-
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
r/db_proxy - add client_password_auth_type
argument
#28432
Conversation
Community NoteVoting for Prioritization
For Submitters
|
@@ -39,7 +39,7 @@ func ResourceProxy() *schema.Resource { | |||
Computed: true, | |||
}, | |||
"auth": { | |||
Type: schema.TypeSet, | |||
Type: schema.TypeList, |
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.
otherwise causes diffs from client_password_auth_type
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 TESTS=TestAccRDSProxy_ PKG=rds
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 20 -run='TestAccRDSProxy_' -timeout 180m
=== RUN TestAccRDSProxy_basic
=== PAUSE TestAccRDSProxy_basic
=== RUN TestAccRDSProxy_name
=== PAUSE TestAccRDSProxy_name
=== RUN TestAccRDSProxy_debugLogging
=== PAUSE TestAccRDSProxy_debugLogging
=== RUN TestAccRDSProxy_idleClientTimeout
=== PAUSE TestAccRDSProxy_idleClientTimeout
=== RUN TestAccRDSProxy_requireTLS
=== PAUSE TestAccRDSProxy_requireTLS
=== RUN TestAccRDSProxy_roleARN
=== PAUSE TestAccRDSProxy_roleARN
=== RUN TestAccRDSProxy_vpcSecurityGroupIDs
=== PAUSE TestAccRDSProxy_vpcSecurityGroupIDs
=== RUN TestAccRDSProxy_authDescription
=== PAUSE TestAccRDSProxy_authDescription
=== RUN TestAccRDSProxy_authIAMAuth
=== PAUSE TestAccRDSProxy_authIAMAuth
=== RUN TestAccRDSProxy_authSecretARN
=== PAUSE TestAccRDSProxy_authSecretARN
=== RUN TestAccRDSProxy_authUsername
=== PAUSE TestAccRDSProxy_authUsername
=== RUN TestAccRDSProxy_tags
=== PAUSE TestAccRDSProxy_tags
=== RUN TestAccRDSProxy_disappears
=== PAUSE TestAccRDSProxy_disappears
=== CONT TestAccRDSProxy_basic
=== CONT TestAccRDSProxy_authDescription
=== CONT TestAccRDSProxy_authUsername
=== CONT TestAccRDSProxy_requireTLS
=== CONT TestAccRDSProxy_disappears
=== CONT TestAccRDSProxy_vpcSecurityGroupIDs
=== CONT TestAccRDSProxy_debugLogging
=== CONT TestAccRDSProxy_authSecretARN
=== CONT TestAccRDSProxy_name
=== CONT TestAccRDSProxy_authIAMAuth
=== CONT TestAccRDSProxy_roleARN
=== CONT TestAccRDSProxy_idleClientTimeout
=== CONT TestAccRDSProxy_tags
--- PASS: TestAccRDSProxy_authUsername (498.38s)
--- PASS: TestAccRDSProxy_tags (554.75s)
--- PASS: TestAccRDSProxy_basic (562.02s)
--- PASS: TestAccRDSProxy_disappears (579.47s)
--- PASS: TestAccRDSProxy_idleClientTimeout (690.71s)
--- PASS: TestAccRDSProxy_authDescription (722.31s)
--- PASS: TestAccRDSProxy_requireTLS (760.33s)
--- PASS: TestAccRDSProxy_name (762.19s)
--- PASS: TestAccRDSProxy_debugLogging (770.63s)
--- PASS: TestAccRDSProxy_vpcSecurityGroupIDs (772.99s)
--- PASS: TestAccRDSProxy_authIAMAuth (782.48s)
--- PASS: TestAccRDSProxy_roleARN (783.00s)
--- PASS: TestAccRDSProxy_authSecretARN (783.24s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 786.355s
Thanks for your contribution, @DrFaust92! 👏 |
This functionality has been released in v4.55.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
Relations
References
Output from Acceptance Testing