From d47f8bbf8d247cc98e794b92f1e9dcb84885525a Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 14 Nov 2025 18:04:41 +0100 Subject: [PATCH] Update gateway.tf --- gateway.tf | 68 +++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/gateway.tf b/gateway.tf index 947970e..4af8acf 100644 --- a/gateway.tf +++ b/gateway.tf @@ -21,37 +21,37 @@ # ============================================================================= # -resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" { - account_id = local.cloudflare_account_id - name = "Austin Office Location" - client_default = false - #dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6" - ecs_support = false - endpoints = { - doh = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] - require_token = true - } - dot = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] - } - ipv4 = { - enabled = true - } - ipv6 = { - enabled = true - networks = [{ - network = "2001:85a3::/64" - }] - } - } - networks = [{ - network = "10.0.1.1/30" - }] -} \ No newline at end of file +#resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" { +# account_id = local.cloudflare_account_id +# name = "Austin Office Location" +# client_default = false +# #dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6" +# ecs_support = false +# endpoints = { +# doh = { +# enabled = true +# networks = [{ +# network = "2001:85a3::/64" +# }] +# require_token = true +# } +# dot = { +# enabled = true +# networks = [{ +# network = "2001:85a3::/64" +# }] +# } +# ipv4 = { +# enabled = true +# } +# ipv6 = { +# enabled = true +# networks = [{ +# network = "2001:85a3::/64" +# }] +# } +# } +# networks = [{ +# network = "10.0.1.1/30" +# }] +#} \ No newline at end of file