Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 22s
10 lines
398 B
HCL
10 lines
398 B
HCL
# =============================================================================
|
|
# 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"
|
|
} |