Enhancement - cloudflare_teams_location - ecs_support option #3195
Labels
kind/enhancement
Categorizes issue or PR as related to improving an existing feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Current Terraform and Cloudflare provider version
Cloudflare provider - v4.26.0
Description
Propose to add option to cloudflare_teams_location resource.
To include the ecs_support option (Enable the EDNS client subnet for the DNS location in Cloudflare)
Available on the Cloudflare API
https://developers.cloudflare.com/api/operations/zero-trust-gateway-locations-create-zero-trust-gateway-location
https://developers.cloudflare.com/api/operations/zero-trust-gateway-locations-create-zero-trust-gateway-location#:~:text=false-,ecs_support,True%20if%20the%20location%20needs%20to%20resolve%20EDNS%20queries.,-Example%3A
Use cases
Enable the EDNS client subnet setting for a DNS location in Cloudflare Gateway
Potential Terraform configuration
resource "cloudflare_teams_location" "name" {
account_id = "account id"
name = "name"
client_default = true
ecs_support = true / false
networks {
network = "network"
}
References
No response
The text was updated successfully, but these errors were encountered: