From 59942be2a176184dad3867de79109e0413966a3a Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 19:51:00 +0100 Subject: [PATCH] Update access_applications.tf --- access_applications.tf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/access_applications.tf b/access_applications.tf index 1824ade..90a9840 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -262,14 +262,14 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_rdp_domain" domain = var.cloudflare_subdomain_rdp # Target criteria - references the existing gcp_rdp_target - target_criteria = [{ - port = 3389 - protocol = "RDP" - target_attributes = { +# target_criteria = [{ +# port = 3389 +# protocol = "RDP" +# target_attributes = { # hostname = [var.cloudflare_target_rdp_name] # This will be "Domain-Controller" - hostname = "var.cloudflare_target_rdp_name" - } - }] +# hostname = "var.cloudflare_target_rdp_name" +# } +# }] # Identity provider settings allowed_idps = [var.cloudflare_okta_identity_provider_id]