Delete gateway.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 1m19s

This commit is contained in:
2025-11-18 18:34:09 +01:00
parent b67a2aec65
commit 835acf21e3

View File

@@ -1,57 +0,0 @@
# =============================================================================
# CLOUDFLARE : Gateway : Firewall policies
# =============================================================================
#
# =============================================================================
# CLOUDFLARE : Gateway : Egress policies
# =============================================================================
#
# =============================================================================
# CLOUDFLARE : Gateway : Resolver policies
# =============================================================================
#
# =============================================================================
# CLOUDFLARE : Gateway : DNS locations
# =============================================================================
#
#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"
# }]
#}