Update gateway.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 20s

This commit is contained in:
2025-11-14 18:04:41 +01:00
parent a64f5c070b
commit d47f8bbf8d

View File

@@ -21,37 +21,37 @@
# ============================================================================= # =============================================================================
# #
resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" { #resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" {
account_id = local.cloudflare_account_id # account_id = local.cloudflare_account_id
name = "Austin Office Location" # name = "Austin Office Location"
client_default = false # client_default = false
#dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6" # #dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6"
ecs_support = false # ecs_support = false
endpoints = { # endpoints = {
doh = { # doh = {
enabled = true # enabled = true
networks = [{ # networks = [{
network = "2001:85a3::/64" # network = "2001:85a3::/64"
}] # }]
require_token = true # require_token = true
} # }
dot = { # dot = {
enabled = true # enabled = true
networks = [{ # networks = [{
network = "2001:85a3::/64" # network = "2001:85a3::/64"
}] # }]
} # }
ipv4 = { # ipv4 = {
enabled = true # enabled = true
} # }
ipv6 = { # ipv6 = {
enabled = true # enabled = true
networks = [{ # networks = [{
network = "2001:85a3::/64" # network = "2001:85a3::/64"
}] # }]
} # }
} # }
networks = [{ # networks = [{
network = "10.0.1.1/30" # network = "10.0.1.1/30"
}] # }]
} #}