-
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
resource/dms: Add ability to use secrets manager for engine sqlserver #22646
Conversation
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.
Welcome @chamfamdad 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
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_' 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_ -timeout 180m
=== RUN TestAccDMSEndpoint_basic
=== PAUSE TestAccDMSEndpoint_basic
=== RUN TestAccDMSEndpoint_S3_basic
=== PAUSE TestAccDMSEndpoint_S3_basic
=== RUN TestAccDMSEndpoint_S3_extraConnectionAttributes
=== PAUSE TestAccDMSEndpoint_S3_extraConnectionAttributes
=== RUN TestAccDMSEndpoint_dynamoDB
=== PAUSE TestAccDMSEndpoint_dynamoDB
=== RUN TestAccDMSEndpoint_OpenSearch_basic
=== PAUSE TestAccDMSEndpoint_OpenSearch_basic
=== RUN TestAccDMSEndpoint_OpenSearch_extraConnectionAttributes
=== PAUSE TestAccDMSEndpoint_OpenSearch_extraConnectionAttributes
=== RUN TestAccDMSEndpoint_OpenSearch_errorRetryDuration
=== PAUSE TestAccDMSEndpoint_OpenSearch_errorRetryDuration
=== RUN TestAccDMSEndpoint_OpenSearch_fullLoadErrorPercentage
=== PAUSE TestAccDMSEndpoint_OpenSearch_fullLoadErrorPercentage
=== RUN TestAccDMSEndpoint_kafka
=== PAUSE TestAccDMSEndpoint_kafka
=== RUN TestAccDMSEndpoint_kinesis
=== PAUSE TestAccDMSEndpoint_kinesis
=== RUN TestAccDMSEndpoint_MongoDB_basic
=== PAUSE TestAccDMSEndpoint_MongoDB_basic
=== RUN TestAccDMSEndpoint_MongoDB_update
=== PAUSE TestAccDMSEndpoint_MongoDB_update
=== RUN TestAccDMSEndpoint_Oracle_basic
=== PAUSE TestAccDMSEndpoint_Oracle_basic
=== RUN TestAccDMSEndpoint_Oracle_secretID
=== PAUSE TestAccDMSEndpoint_Oracle_secretID
=== RUN TestAccDMSEndpoint_Oracle_update
=== PAUSE TestAccDMSEndpoint_Oracle_update
=== RUN TestAccDMSEndpoint_PostgreSQL_basic
=== PAUSE TestAccDMSEndpoint_PostgreSQL_basic
=== RUN TestAccDMSEndpoint_PostgreSQL_secretID
=== PAUSE TestAccDMSEndpoint_PostgreSQL_secretID
=== RUN TestAccDMSEndpoint_PostgreSQL_update
=== PAUSE TestAccDMSEndpoint_PostgreSQL_update
=== RUN TestAccDMSEndpoint_PostgreSQL_kmsKey
=== PAUSE TestAccDMSEndpoint_PostgreSQL_kmsKey
=== RUN TestAccDMSEndpoint_SQLServer_basic
=== PAUSE TestAccDMSEndpoint_SQLServer_basic
=== RUN TestAccDMSEndpoint_SQLServer_secretID
=== PAUSE TestAccDMSEndpoint_SQLServer_secretID
=== RUN TestAccDMSEndpoint_SQLServer_update
=== PAUSE TestAccDMSEndpoint_SQLServer_update
=== RUN TestAccDMSEndpoint_SQLServer_kmsKey
=== PAUSE TestAccDMSEndpoint_SQLServer_kmsKey
=== RUN TestAccDMSEndpoint_docDB
=== PAUSE TestAccDMSEndpoint_docDB
=== RUN TestAccDMSEndpoint_db2
=== PAUSE TestAccDMSEndpoint_db2
=== CONT TestAccDMSEndpoint_basic
=== CONT TestAccDMSEndpoint_Oracle_secretID
=== CONT TestAccDMSEndpoint_OpenSearch_fullLoadErrorPercentage
--- PASS: TestAccDMSEndpoint_Oracle_secretID (37.95s)
=== CONT TestAccDMSEndpoint_db2
--- PASS: TestAccDMSEndpoint_OpenSearch_fullLoadErrorPercentage (48.37s)
=== CONT TestAccDMSEndpoint_docDB
--- PASS: TestAccDMSEndpoint_basic (67.73s)
=== CONT TestAccDMSEndpoint_SQLServer_kmsKey
--- PASS: TestAccDMSEndpoint_db2 (59.82s)
=== CONT TestAccDMSEndpoint_SQLServer_update
--- PASS: TestAccDMSEndpoint_SQLServer_kmsKey (30.92s)
=== CONT TestAccDMSEndpoint_SQLServer_secretID
--- PASS: TestAccDMSEndpoint_docDB (63.53s)
=== CONT TestAccDMSEndpoint_SQLServer_basic
--- PASS: TestAccDMSEndpoint_SQLServer_secretID (32.70s)
=== CONT TestAccDMSEndpoint_PostgreSQL_kmsKey
--- PASS: TestAccDMSEndpoint_SQLServer_basic (29.11s)
=== CONT TestAccDMSEndpoint_PostgreSQL_update
--- PASS: TestAccDMSEndpoint_SQLServer_update (55.91s)
=== CONT TestAccDMSEndpoint_PostgreSQL_secretID
--- PASS: TestAccDMSEndpoint_PostgreSQL_kmsKey (33.70s)
=== CONT TestAccDMSEndpoint_PostgreSQL_basic
--- PASS: TestAccDMSEndpoint_PostgreSQL_update (41.42s)
=== CONT TestAccDMSEndpoint_MongoDB_basic
--- PASS: TestAccDMSEndpoint_PostgreSQL_secretID (29.39s)
=== CONT TestAccDMSEndpoint_Oracle_basic
--- PASS: TestAccDMSEndpoint_PostgreSQL_basic (28.48s)
=== CONT TestAccDMSEndpoint_MongoDB_update
--- PASS: TestAccDMSEndpoint_Oracle_basic (34.39s)
=== CONT TestAccDMSEndpoint_OpenSearch_basic
--- PASS: TestAccDMSEndpoint_MongoDB_basic (35.94s)
=== CONT TestAccDMSEndpoint_Oracle_update
--- PASS: TestAccDMSEndpoint_MongoDB_update (57.37s)
=== CONT TestAccDMSEndpoint_OpenSearch_extraConnectionAttributes
--- PASS: TestAccDMSEndpoint_Oracle_update (47.33s)
=== CONT TestAccDMSEndpoint_S3_extraConnectionAttributes
--- PASS: TestAccDMSEndpoint_OpenSearch_basic (50.28s)
=== CONT TestAccDMSEndpoint_dynamoDB
--- PASS: TestAccDMSEndpoint_OpenSearch_extraConnectionAttributes (48.95s)
=== CONT TestAccDMSEndpoint_S3_basic
--- PASS: TestAccDMSEndpoint_S3_extraConnectionAttributes (42.71s)
=== CONT TestAccDMSEndpoint_kinesis
--- PASS: TestAccDMSEndpoint_dynamoDB (65.31s)
=== CONT TestAccDMSEndpoint_kafka
--- PASS: TestAccDMSEndpoint_S3_basic (61.25s)
=== CONT TestAccDMSEndpoint_OpenSearch_errorRetryDuration
--- PASS: TestAccDMSEndpoint_kafka (50.74s)
--- PASS: TestAccDMSEndpoint_kinesis (86.49s)
--- PASS: TestAccDMSEndpoint_OpenSearch_errorRetryDuration (41.30s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/dms 415.787s
@chamfamdad Thanks for the contribution 🎉 👏. |
% make providerlint golangci-lint
==> Checking source code with providerlint...
==> Checking source code with golangci-lint... |
This functionality has been released in v4.17.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. |
Community Note
Closes #22405
Output from acceptance testing: