From fc73baa885c6f2ace99c1550904e06be3d294317 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 17 Nov 2025 20:11:25 +0100 Subject: [PATCH] Update gateway_dns_location.tf --- gateway_dns_location.tf | 49 ++++++++++++----------------------------- 1 file changed, 14 insertions(+), 35 deletions(-) diff --git a/gateway_dns_location.tf b/gateway_dns_location.tf index f3d7aad..356f80b 100644 --- a/gateway_dns_location.tf +++ b/gateway_dns_location.tf @@ -59,13 +59,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_home" { }] } ipv4 = { - enabled = true + enabled = false } ipv6 = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] + enabled = false } } } @@ -91,13 +88,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_vacation" { }] } ipv4 = { - enabled = true + enabled = false } ipv6 = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] + enabled = false } } } @@ -123,13 +117,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_datacenter" { }] } ipv4 = { - enabled = true + enabled = false } ipv6 = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] + enabled = false } } } @@ -155,13 +146,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_GCP" { }] } ipv4 = { - enabled = true + enabled = false } ipv6 = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] + enabled = false } } } @@ -187,13 +175,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_azure" { }] } ipv4 = { - enabled = true + enabled = false } ipv6 = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] + enabled = false } } } @@ -219,13 +204,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_ovh" { }] } ipv4 = { - enabled = true + enabled = false } ipv6 = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] + enabled = false } } } @@ -251,13 +233,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_aws" { }] } ipv4 = { - enabled = true + enabled = false } ipv6 = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] + enabled = false } } } \ No newline at end of file