Update gateway.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 24s

This commit is contained in:
2025-11-14 17:52:15 +01:00
parent b1b59e48b3
commit c3dee26321

View File

@@ -25,7 +25,7 @@ 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 = "Austin 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
endpoints = { endpoints = {
doh = { doh = {
@@ -52,6 +52,6 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location"
} }
} }
networks = [{ networks = [{
network = "10.0.1.1/32" network = "192.0.2.1/32"
}] }]
} }