From 84c3bc1c32dce18ecccb16a64cf73e84fde7da27 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 13:55:32 +0100 Subject: [PATCH] Update access_applications.tf --- access_applications.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access_applications.tf b/access_applications.tf index 05c95d5..5a619c0 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -24,7 +24,7 @@ data "cloudflare_zero_trust_access_application" "example_zero_trust_access_appli # Creating the Target resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_ssh_target" { account_id = local.cloudflare_account_id - hostname = var.cloudflare_target_ssh_name + hostname = "var.cloudflare_target_ssh_name" ip = { ipv4 = { ip_addr = var.gcp_vm_internal_ip