From 2fa8fbc7c47398c8d24fe3f964d39cdbd291a695 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 19:48:51 +0100 Subject: [PATCH] Update access_applications.tf --- access_applications.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/access_applications.tf b/access_applications.tf index 0afebba..1824ade 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -266,7 +266,8 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_rdp_domain" port = 3389 protocol = "RDP" target_attributes = { - hostname = [var.cloudflare_target_rdp_name] # This will be "Domain-Controller" +# hostname = [var.cloudflare_target_rdp_name] # This will be "Domain-Controller" + hostname = "var.cloudflare_target_rdp_name" } }]