From de2dfd08f7e88fc2e62c53962be3269ea2635c3c Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 17 Nov 2025 11:19:40 +0100 Subject: [PATCH] Update gateway_dns_location.tf --- gateway_dns_location.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway_dns_location.tf b/gateway_dns_location.tf index 7ff05cf..1991d95 100644 --- a/gateway_dns_location.tf +++ b/gateway_dns_location.tf @@ -5,7 +5,7 @@ # resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" { account_id = local.cloudflare_account_id - name = "Austin Office Location" + name = "Home Office Location" client_default = false # dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6" ecs_support = false @@ -34,6 +34,6 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" } } networks = [{ - network = "10.0.0.0/24" + network = "82.66.77.254/32" }] } \ No newline at end of file