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 = {
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
}
}
}