From d4a26083dcb2d1e5701c13f566f9c494e9192a0e Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 17 Nov 2025 11:14:23 +0100 Subject: [PATCH] Update gateway_dns_location.tf --- gateway_dns_location.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway_dns_location.tf b/gateway_dns_location.tf index b516e39..7ff05cf 100644 --- a/gateway_dns_location.tf +++ b/gateway_dns_location.tf @@ -34,6 +34,6 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" } } networks = [{ - network = "192.168.1.0/24" + network = "10.0.0.0/24" }] } \ No newline at end of file