From 316be332284dfb64c9a12312ce79d5f2ad9c21a3 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 18 Nov 2025 20:12:34 +0100 Subject: [PATCH] Delete gateway_proxy_endpoint.tf --- gateway_proxy_endpoint.tf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 gateway_proxy_endpoint.tf diff --git a/gateway_proxy_endpoint.tf b/gateway_proxy_endpoint.tf deleted file mode 100644 index 8a95281..0000000 --- a/gateway_proxy_endpoint.tf +++ /dev/null @@ -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" -#} \ No newline at end of file