-
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 DataSource] List the Records in Route 53 #38186
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Hey @Siddarthyuvaraj 👋 Thank you very much for your contribution! At times, our maintainers need to make direct edits to pull requests in order to help get it ready to be merged. Your current settings do not allow maintainers to make such edits. To help facilitate this, update your pull request to allow such edits as described in GitHub's Allowing changes to a pull request branch created from a fork documentation. (If you're using a fork owned by an organization, your organization may not allow you to change this setting. If that is the case, let us know.) |
Hi @erz4 I have made the changes that are suggested by you. Please review the changes and let me know. Thank you |
Hi @justinretzolk , @erz4 , Any update on this PR. Any idea when it will be merged as its already been approved. Thank you |
Hi @ewbankkit Is this PR is good to merge? This is already been approved. Thank you |
Hi @erz4 , @justinretzolk Can this PR be prioritized? Thank you |
Hey @Siddarthyuvaraj 👋 Thanks for checking in here, and apologies that I'd missed your previous pings! I can't speak to when this will be prioritized just yet, unfortuantely. We base our prioritization on the count of 👍 reactions and a few other considerations. You can find a bit more information in our prioritization guide, if you're interested. |
hey @justinretzolk can this PR be merged? I would like to use this data source for my use-case where I am migrating existing DNS records from 1 account to another. |
@Siddarthyuvaraj Thanks for the contribution 🎉 👏. |
8bef658
This functionality has been released in v5.83.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
aws_route53_record data source added.
Acceptance tests added for aws_route53_record data source
Website documentation added for aws_route53_record data source
Relations
Closes #31768
Closes #24045.
Closes #27851.
Closes #31703.