From 21f526b1e83e51500677cb2e8561b093e27de5ea Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 16:18:29 +0100 Subject: [PATCH] Update access_applications.tf --- access_applications.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/access_applications.tf b/access_applications.tf index ded9b1c..b89a3ae 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -47,7 +47,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_infra" { port = "22", protocol = "SSH" target_attributes = { - hostname = [var.cloudflare_target_ssh_name] + hostname = "var.cloudflare_target_ssh_name" }, }] @@ -241,7 +241,7 @@ resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_rdp_target" { hostname = "var.cloudflare_target_rdp_name" ip = { ipv4 = { - ip_addr = var.gcp_windows_vm_internal_ip + ip_addr = "10.0.4.101" } } }