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

This commit is contained in:
2025-11-17 19:59:57 +01:00
parent b83b60897f
commit e14f5670cb

View File

@@ -13,7 +13,7 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_office" {
# #
resource "cloudflare_zero_trust_dns_location" "dns_location_home" { resource "cloudflare_zero_trust_dns_location" "dns_location_home" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
name = "Home Office Location" name = "Home 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