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