From a4e626ed966e757afae008f7037c0cfdeb1ae4bf Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 16:17:10 +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 1239fb8..ded9b1c 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -27,7 +27,8 @@ resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_ssh_target" { hostname = "var.cloudflare_target_ssh_name" ip = { ipv4 = { - ip_addr = var.gcp_vm_internal_ip +# ip_addr = var.gcp_vm_internal_ip + ip_addr = "10.0.4.100" } } }