diff --git a/access_applications.tf b/access_applications.tf index ded9b1c..b89a3ae 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -47,7 +47,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_infra" { port = "22", protocol = "SSH" 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" ip = { ipv4 = { - ip_addr = var.gcp_windows_vm_internal_ip + ip_addr = "10.0.4.101" } } }