Update gateway_proxy_endpoint.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 24s

This commit is contained in:
2025-11-17 12:24:13 +01:00
parent bdff002b7c
commit 37a82d00b9

View File

@@ -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"
}
#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"
#}