-
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
Add SecretsManager support for DB2 LUW #29380
Conversation
Community NoteVoting for Prioritization
For Submitters
|
I would like to see a bit more AccTests run: |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccDMSEndpoint_basic\|TestAccDMSEndpoint_db2' PKG=dms ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/dms/... -v -count 1 -parallel 3 -run=TestAccDMSEndpoint_basic\|TestAccDMSEndpoint_db2 -timeout 180m
=== RUN TestAccDMSEndpoint_basic
=== PAUSE TestAccDMSEndpoint_basic
=== RUN TestAccDMSEndpoint_db2_basic
=== PAUSE TestAccDMSEndpoint_db2_basic
=== RUN TestAccDMSEndpoint_db2_secretID
=== PAUSE TestAccDMSEndpoint_db2_secretID
=== CONT TestAccDMSEndpoint_basic
=== CONT TestAccDMSEndpoint_db2_secretID
=== CONT TestAccDMSEndpoint_db2_basic
--- PASS: TestAccDMSEndpoint_db2_secretID (38.59s)
--- PASS: TestAccDMSEndpoint_db2_basic (48.52s)
--- PASS: TestAccDMSEndpoint_basic (48.85s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/dms 53.943s
@j2clerck Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.57.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! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This PR adds support for SecretsManager when setting up an aws_dms_endpoint source with DB2 engine. Currently if specifying the DB2 engine and SecretsManager, terraform will fail complaining about password being a mandatory field.
Relations
Closes #0000
References
Output from Acceptance Testing