diff --git a/access_applications.tf b/access_applications.tf index 05c95d5..5a619c0 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -24,7 +24,7 @@ data "cloudflare_zero_trust_access_application" "example_zero_trust_access_appli # Creating the Target resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_ssh_target" { account_id = local.cloudflare_account_id - hostname = var.cloudflare_target_ssh_name + hostname = "var.cloudflare_target_ssh_name" ip = { ipv4 = { ip_addr = var.gcp_vm_internal_ip