-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[New Data Source]: List of AWS ROUTE53 RECORDS. Providing differents ways to filter #31703
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
In implementing this, please also include tags as a filter, just as in https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone#tags . An example use cases would include a Kubernetes cluster where a load balancer is constructed by a controller in the cluster, however other Terraform resources depend on the dynamically generated name of the load balancer. |
PR has been raised for this issue |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
Description
A new datasource to obtain a list of aws route53 records using different filters.
The main use case why this is requested is to create a Terraform logic that:
aws_route53_records
(this is were the new datasource will be required)aws_route53_health_check
resource for each of those recordsRequested Resource(s) and/or Data Source(s)
Potential Terraform Configuration
No response
References
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: