correction "apply"
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 4m43s

This commit is contained in:
2025-11-24 15:09:36 +01:00
parent f291a61f63
commit 044f5d305f

View File

@@ -13,7 +13,7 @@ resource "cloudflare_zero_trust_access_infrastructure_target" "aws_rdp_target" {
hostname = var.cloudflare_aws_target_rdp_name hostname = var.cloudflare_aws_target_rdp_name
ip = { ip = {
ipv4 = { ipv4 = {
ip_addr = var.gcp_windows_vm_internal_ip ip_addr = var.aws_windows_vm_internal_ip
} }
} }
} }