From 37a82d00b9cab00d5bed52fd80214cb56c9a494a Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 17 Nov 2025 12:24:13 +0100 Subject: [PATCH] Update gateway_proxy_endpoint.tf --- gateway_proxy_endpoint.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gateway_proxy_endpoint.tf b/gateway_proxy_endpoint.tf index 6c461cd..8a95281 100644 --- a/gateway_proxy_endpoint.tf +++ b/gateway_proxy_endpoint.tf @@ -3,8 +3,8 @@ # ============================================================================= # -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 +#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