-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Route53 "DS" ResourceRecordSet Type #17040
Comments
Thanks for raising this issue @swies0wl. Noting here we can catch this new type ("DS") by updating the ValidateFunc: validation.StringInSlice([]string{route53.RRType_Values()... as currently we list out the possible values. |
For anyone working on this implementation, I believe to test the new |
Hi All. Just checking in. Looks like there's a pull request. Will this be reviewed and merged? |
Support for this functionality has been merged and will release with version 3.31.0 of the Terraform AWS Provider, later this week. Thank you to @khanhhongpham for the implementation. 👍 |
Thank you for reviewing it @bflad |
This has been released in version 3.31.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.14.4
AWS Provider v3.23.0
aws-cli: 2.1.17
Description
With the announcement of DNSSEC and to support, #16836,
Requesting feature for "DS" record creation.
DS record creation is supported through AWS CLI and JSON with the following:
AWS CLI:
new_record.json:
New or Affected Resource(s)
Potential Terraform Configuration
Current output during creation attempt with
type="DS"
:References
https://aws.amazon.com/about-aws/whats-new/2020/12/announcing-amazon-route-53-support-dnssec/
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record
https://docs.aws.amazon.com/Route53/latest/APIReference/API_ResourceRecordSet.html
#0000
The text was updated successfully, but these errors were encountered: