Update gateway_dns_location.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 32s

This commit is contained in:
2025-11-17 11:19:40 +01:00
parent d4a26083dc
commit de2dfd08f7

View File

@@ -5,7 +5,7 @@
# #
resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" { resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
name = "Austin Office Location" name = "Home Office Location"
client_default = false client_default = false
# dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6" # dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6"
ecs_support = false ecs_support = false
@@ -34,6 +34,6 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location"
} }
} }
networks = [{ networks = [{
network = "10.0.0.0/24" network = "82.66.77.254/32"
}] }]
} }