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

This commit is contained in:
2025-11-16 16:18:29 +01:00
parent a4e626ed96
commit 21f526b1e8

View File

@@ -47,7 +47,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_infra" {
port = "22", port = "22",
protocol = "SSH" protocol = "SSH"
target_attributes = { 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" hostname = "var.cloudflare_target_rdp_name"
ip = { ip = {
ipv4 = { ipv4 = {
ip_addr = var.gcp_windows_vm_internal_ip ip_addr = "10.0.4.101"
} }
} }
} }