diff --git a/gateway_proxy_endpoint.tf b/gateway_proxy_endpoint.tf new file mode 100644 index 0000000..6c461cd --- /dev/null +++ b/gateway_proxy_endpoint.tf @@ -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" +} \ No newline at end of file