Delete gateway_proxy_endpoint.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 1m19s

This commit is contained in:
2025-11-18 20:12:34 +01:00
parent 0dec93cd25
commit 316be33228

View File

@@ -1,10 +0,0 @@
# =============================================================================
# CLOUDFLARE : Gateway : Proxy endpoint
# =============================================================================
#
#resource "cloudflare_zero_trust_gateway_proxy_endpoint" "example_zero_trust_gateway_proxy_endpoint" {
# account_id = local.cloudflare_account_id
# ips = ["192.0.2.1/32"]
# name = "Devops team"
#}