Update access_applications.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
This commit is contained in:
@@ -27,7 +27,8 @@ resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_ssh_target" {
|
|||||||
hostname = "var.cloudflare_target_ssh_name"
|
hostname = "var.cloudflare_target_ssh_name"
|
||||||
ip = {
|
ip = {
|
||||||
ipv4 = {
|
ipv4 = {
|
||||||
ip_addr = var.gcp_vm_internal_ip
|
# ip_addr = var.gcp_vm_internal_ip
|
||||||
|
ip_addr = "10.0.4.100"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user