Add gateway_proxy_endpoint.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 22s

This commit is contained in:
2025-11-17 12:23:13 +01:00
parent c870a30c07
commit bdff002b7c

10
gateway_proxy_endpoint.tf Normal file
View File

@@ -0,0 +1,10 @@
# =============================================================================
# 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"
}