Update gateway_dns_location.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 1m26s

This commit is contained in:
2025-11-17 20:11:25 +01:00
parent 788a247f6d
commit fc73baa885

View File

@@ -59,13 +59,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_home" {
}] }]
} }
ipv4 = { ipv4 = {
enabled = true enabled = false
} }
ipv6 = { ipv6 = {
enabled = true enabled = false
networks = [{
network = "2001:85a3::/64"
}]
} }
} }
} }
@@ -91,13 +88,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_vacation" {
}] }]
} }
ipv4 = { ipv4 = {
enabled = true enabled = false
} }
ipv6 = { ipv6 = {
enabled = true enabled = false
networks = [{
network = "2001:85a3::/64"
}]
} }
} }
} }
@@ -123,13 +117,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_datacenter" {
}] }]
} }
ipv4 = { ipv4 = {
enabled = true enabled = false
} }
ipv6 = { ipv6 = {
enabled = true enabled = false
networks = [{
network = "2001:85a3::/64"
}]
} }
} }
} }
@@ -155,13 +146,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_GCP" {
}] }]
} }
ipv4 = { ipv4 = {
enabled = true enabled = false
} }
ipv6 = { ipv6 = {
enabled = true enabled = false
networks = [{
network = "2001:85a3::/64"
}]
} }
} }
} }
@@ -187,13 +175,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_azure" {
}] }]
} }
ipv4 = { ipv4 = {
enabled = true enabled = false
} }
ipv6 = { ipv6 = {
enabled = true enabled = false
networks = [{
network = "2001:85a3::/64"
}]
} }
} }
} }
@@ -219,13 +204,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_ovh" {
}] }]
} }
ipv4 = { ipv4 = {
enabled = true enabled = false
} }
ipv6 = { ipv6 = {
enabled = true enabled = false
networks = [{
network = "2001:85a3::/64"
}]
} }
} }
} }
@@ -251,13 +233,10 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_aws" {
}] }]
} }
ipv4 = { ipv4 = {
enabled = true enabled = false
} }
ipv6 = { ipv6 = {
enabled = true enabled = false
networks = [{
network = "2001:85a3::/64"
}]
} }
} }
} }