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

[New Data Source]: List of AWS ROUTE53 RECORDS. Providing differents ways to filter #31703

Closed
luarx opened this issue Jun 1, 2023 · 5 comments · Fixed by #38186 or #40716
Closed

[New Data Source]: List of AWS ROUTE53 RECORDS. Providing differents ways to filter #31703

luarx opened this issue Jun 1, 2023 · 5 comments · Fixed by #38186 or #40716
Labels
new-data-source Introduces a new data source. service/route53 Issues and PRs that pertain to the route53 service.
Milestone

Comments

@luarx
Copy link

luarx commented Jun 1, 2023

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:

  • Obtains a list of aws_route53_records (this is were the new datasource will be required)
  • Loops the previous list to create a aws_route53_health_check resource for each of those records

Requested Resource(s) and/or Data Source(s)

data "aws_route53_records" "selected" {
  [optional] zone_id = "test.com."
  [optional] name=  "*.blabla.test.com." (this accepts regex)
  [optional] private_zone = true
}

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

No

@luarx luarx added the needs-triage Waiting for first response or review from a maintainer. label Jun 1, 2023
@github-actions
Copy link

github-actions bot commented Jun 1, 2023

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 see our prioritization guide for information on how we prioritize.
  • 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.

@github-actions github-actions bot added the service/route53 Issues and PRs that pertain to the route53 service. label Jun 1, 2023
@justinretzolk
Copy link
Member

Relates: #27851
Relates: #24045

@justinretzolk justinretzolk added new-data-source Introduces a new data source. and removed needs-triage Waiting for first response or review from a maintainer. labels Jun 1, 2023
@PT-GD
Copy link

PT-GD commented May 13, 2024

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.

@Siddarthyuvaraj
Copy link
Contributor

PR has been raised for this issue
#38186

Copy link

github-actions bot commented Jan 6, 2025

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.

@github-actions github-actions bot added this to the v5.83.0 milestone Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-data-source Introduces a new data source. service/route53 Issues and PRs that pertain to the route53 service.
Projects
None yet
4 participants