From c3dee263213b74dafc5c70816a94f42f75ba3429 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 14 Nov 2025 17:52:15 +0100 Subject: [PATCH] Update gateway.tf --- gateway.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway.tf b/gateway.tf index 2ac64b2..92cfe11 100644 --- a/gateway.tf +++ b/gateway.tf @@ -25,7 +25,7 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" account_id = local.cloudflare_account_id name = "Austin Office Location" client_default = false - dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6" + #dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6" ecs_support = false endpoints = { doh = { @@ -52,6 +52,6 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" } } networks = [{ - network = "10.0.1.1/32" + network = "192.0.2.1/32" }] } \ No newline at end of file