From 787be6cf006058fedcb5dd0604d659b3588ca379 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 16:14:49 +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 8914ca8..1239fb8 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -237,7 +237,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_web_intranet # Creating the Target resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_rdp_target" { account_id = local.cloudflare_account_id - hostname = var.cloudflare_target_rdp_name + hostname = "var.cloudflare_target_rdp_name" ip = { ipv4 = { ip_addr = var.gcp_windows_vm_internal_ip