terraform-provider-aws
terraform-provider-aws copied to clipboard
[Enhancement]: Allow setting of DnsNameServers on DMS replication instance
Description
The AWS API allows for setting DnsNameServers on the replication instance: https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationInstance.html#DMS-CreateReplicationInstance-request-DnsNameServers
The Terraform provider currently does not: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_replication_instance#argument-reference
Affected Resource(s) and/or Data Source(s)
- aws_dms_replication_instance
Potential Terraform Configuration
No response
References
No response
Would you like to implement a fix?
None
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.
I wouldn't mind attempting to add this field as it just seems to be an extra key/value and I've been wanting to try and get in on contributing to Terraform and it seems a good entrypoint to figure it out, but I might need some pointers other than the documented guidelines to do it exactly right. Would I be able to reach out to someone for this @justinretzolk?