Provides a Cloudflare Teams Proxy Endpoint resource. Teams Proxy Endpoints are used for pointing proxy clients at Cloudflare Secure Gateway.
resource "cloudflare_teams_proxy_endpoint" "example" {
account_id = "f037e56e89293a057740de681ac9abbe"
name = "office"
ips = ["192.0.2.0/24"]
}
account_id
(String) The account identifier to target for the resource.ips
(Set of String) The networks CIDRs that will be allowed to initiate proxy connections.name
(String) Name of the teams proxy endpoint.id
(String) The ID of this resource.subdomain
(String) The FQDN that proxy clients should be pointed at.Import is supported using the following syntax:
$ terraform import cloudflare_teams_proxy_endpoint.example <account_id>/<proxy_endpoint_id>