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

This commit is contained in:
2025-11-16 16:14:49 +01:00
parent 520d09a136
commit 787be6cf00

View File

@@ -237,7 +237,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_web_intranet
# Creating the Target
resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_rdp_target" {
account_id = local.cloudflare_account_id
hostname = var.cloudflare_target_rdp_name
hostname = "var.cloudflare_target_rdp_name"
ip = {
ipv4 = {
ip_addr = var.gcp_windows_vm_internal_ip