From c5103844cd05bc754a70d92049d3cff6f390cb75 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 20:25:00 +0100 Subject: [PATCH] Update access_applications.tf --- access_applications.tf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/access_applications.tf b/access_applications.tf index a4c107e..52bcaf8 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -24,7 +24,8 @@ 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 + hostname = "GCP-database" ip = { ipv4 = { # ip_addr = var.gcp_vm_internal_ip @@ -243,7 +244,8 @@ 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 + hostname = "Domain-Controller" ip = { ipv4 = { ip_addr = "10.0.4.101"