Add support for AWS Secrets Manager when creating DMS endpoints for aurora-postgresql engine #23463
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/dms
Issues and PRs that pertain to the dms service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
terraform -v
Terraform v1.1.6
on darwin_amd64
Affected Resource(s)
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
Would like support for engine aurora-postgresql
Actual Behavior
Behaves according to the documentation: According to the provider documentation, use of the secrets_manager_arn optional parameter is only supported only for engine_name as oracle and postgres.
Steps to Reproduce
terraform apply
Important Factoids
References
AWS DMS supports a PostgreSQL version 9.4 and later (for versions 9.x), 10.x, 11.x, 12.x, and 13.x database as a source for these types of databases:
[+] Using a PostgreSQL database as an AWS DMS source :
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html
The text was updated successfully, but these errors were encountered: