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" } } }