Update access_applications.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s

This commit is contained in:
2025-11-16 16:17:10 +01:00
parent 787be6cf00
commit a4e626ed96

View File

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