Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement - cloudflare_teams_location - ecs_support option #3195

Closed
danielpmoss opened this issue Mar 18, 2024 · 2 comments
Closed

Enhancement - cloudflare_teams_location - ecs_support option #3195

danielpmoss opened this issue Mar 18, 2024 · 2 comments
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.

Comments

@danielpmoss
Copy link

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

@danielpmoss danielpmoss added 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. labels Mar 18, 2024
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@jacobbednarz
Copy link
Member

This issue has been closed as we are now tracking this internally with service teams directly. If you would like an update or to be notified when/if the product ships with this change, please reach out to Cloudflare Support or your account team who can watch the internal feature request for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants