-
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/aws_db_proxy: Change auth
from TypeList
to TypeSet
#35819
Conversation
% make testacc TESTARGS='-run=TestAccRDSProxy_\|TestAccRDSProxyDataSource_' PKG=rds ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 3 -run=TestAccRDSProxy_\|TestAccRDSProxyDataSource_ -timeout 360m === RUN TestAccRDSProxyDataSource_basic === PAUSE TestAccRDSProxyDataSource_basic === 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 TestAccRDSProxyDataSource_basic === CONT TestAccRDSProxy_vpcSecurityGroupIDs === CONT TestAccRDSProxy_authUsername --- PASS: TestAccRDSProxy_authUsername (533.08s) === CONT TestAccRDSProxy_disappears --- PASS: TestAccRDSProxyDataSource_basic (563.98s) === CONT TestAccRDSProxy_tags --- PASS: TestAccRDSProxy_vpcSecurityGroupIDs (762.96s) === CONT TestAccRDSProxy_idleClientTimeout --- PASS: TestAccRDSProxy_tags (467.78s) === CONT TestAccRDSProxy_roleARN --- PASS: TestAccRDSProxy_disappears (529.28s) === CONT TestAccRDSProxy_requireTLS --- PASS: TestAccRDSProxy_idleClientTimeout (450.48s) === CONT TestAccRDSProxy_authIAMAuth --- PASS: TestAccRDSProxy_roleARN (475.23s) === CONT TestAccRDSProxy_authSecretARN --- PASS: TestAccRDSProxy_requireTLS (511.96s) === CONT TestAccRDSProxy_name --- PASS: TestAccRDSProxy_authIAMAuth (451.03s) === CONT TestAccRDSProxy_debugLogging --- PASS: TestAccRDSProxy_authSecretARN (451.04s) === CONT TestAccRDSProxy_authDescription --- PASS: TestAccRDSProxy_name (572.30s) === CONT TestAccRDSProxy_basic --- PASS: TestAccRDSProxy_debugLogging (512.14s) --- PASS: TestAccRDSProxy_authDescription (411.80s) --- PASS: TestAccRDSProxy_basic (451.87s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 2610.708s
% make testacc TESTARGS='-run=TestAccRDSProxyEndpoint_' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSProxyEndpoint_ -timeout 360m === RUN TestAccRDSProxyEndpoint_basic === PAUSE TestAccRDSProxyEndpoint_basic === RUN TestAccRDSProxyEndpoint_targetRole === PAUSE TestAccRDSProxyEndpoint_targetRole === RUN TestAccRDSProxyEndpoint_vpcSecurityGroupIDs === PAUSE TestAccRDSProxyEndpoint_vpcSecurityGroupIDs === RUN TestAccRDSProxyEndpoint_tags === PAUSE TestAccRDSProxyEndpoint_tags === RUN TestAccRDSProxyEndpoint_disappears === PAUSE TestAccRDSProxyEndpoint_disappears === RUN TestAccRDSProxyEndpoint_Disappears_proxy === PAUSE TestAccRDSProxyEndpoint_Disappears_proxy === CONT TestAccRDSProxyEndpoint_basic === CONT TestAccRDSProxyEndpoint_tags --- PASS: TestAccRDSProxyEndpoint_basic (982.02s) === CONT TestAccRDSProxyEndpoint_Disappears_proxy --- PASS: TestAccRDSProxyEndpoint_tags (997.26s) === CONT TestAccRDSProxyEndpoint_vpcSecurityGroupIDs --- PASS: TestAccRDSProxyEndpoint_Disappears_proxy (851.16s) === CONT TestAccRDSProxyEndpoint_disappears --- PASS: TestAccRDSProxyEndpoint_vpcSecurityGroupIDs (929.69s) === CONT TestAccRDSProxyEndpoint_targetRole --- PASS: TestAccRDSProxyEndpoint_disappears (1076.80s) --- PASS: TestAccRDSProxyEndpoint_targetRole (990.13s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 2928.857s
% make testacc TESTARGS='-run=TestAccRDSProxyTarget_' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSProxyTarget_ -timeout 360m === RUN TestAccRDSProxyTarget_instance === PAUSE TestAccRDSProxyTarget_instance === RUN TestAccRDSProxyTarget_cluster === PAUSE TestAccRDSProxyTarget_cluster === RUN TestAccRDSProxyTarget_disappears === PAUSE TestAccRDSProxyTarget_disappears === CONT TestAccRDSProxyTarget_instance === CONT TestAccRDSProxyTarget_disappears --- PASS: TestAccRDSProxyTarget_disappears (2255.30s) === CONT TestAccRDSProxyTarget_cluster --- PASS: TestAccRDSProxyTarget_instance (2256.76s) --- PASS: TestAccRDSProxyTarget_cluster (468.93s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 2735.418s
% make testacc TESTARGS='-run=TestAccRDSProxyDefaultTargetGroup_' PKG=rds ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 3 -run=TestAccRDSProxyDefaultTargetGroup_ -timeout 360m === RUN TestAccRDSProxyDefaultTargetGroup_basic === PAUSE TestAccRDSProxyDefaultTargetGroup_basic === RUN TestAccRDSProxyDefaultTargetGroup_emptyConnectionPool === PAUSE TestAccRDSProxyDefaultTargetGroup_emptyConnectionPool === RUN TestAccRDSProxyDefaultTargetGroup_connectionBorrowTimeout === PAUSE TestAccRDSProxyDefaultTargetGroup_connectionBorrowTimeout === RUN TestAccRDSProxyDefaultTargetGroup_initQuery === PAUSE TestAccRDSProxyDefaultTargetGroup_initQuery === RUN TestAccRDSProxyDefaultTargetGroup_maxConnectionsPercent === PAUSE TestAccRDSProxyDefaultTargetGroup_maxConnectionsPercent === RUN TestAccRDSProxyDefaultTargetGroup_maxIdleConnectionsPercent === PAUSE TestAccRDSProxyDefaultTargetGroup_maxIdleConnectionsPercent === RUN TestAccRDSProxyDefaultTargetGroup_sessionPinningFilters === PAUSE TestAccRDSProxyDefaultTargetGroup_sessionPinningFilters === RUN TestAccRDSProxyDefaultTargetGroup_disappears === PAUSE TestAccRDSProxyDefaultTargetGroup_disappears === CONT TestAccRDSProxyDefaultTargetGroup_basic === CONT TestAccRDSProxyDefaultTargetGroup_maxConnectionsPercent === CONT TestAccRDSProxyDefaultTargetGroup_sessionPinningFilters --- PASS: TestAccRDSProxyDefaultTargetGroup_basic (500.63s) === CONT TestAccRDSProxyDefaultTargetGroup_disappears --- PASS: TestAccRDSProxyDefaultTargetGroup_maxConnectionsPercent (557.42s) === CONT TestAccRDSProxyDefaultTargetGroup_connectionBorrowTimeout --- PASS: TestAccRDSProxyDefaultTargetGroup_sessionPinningFilters (561.56s) === CONT TestAccRDSProxyDefaultTargetGroup_initQuery --- PASS: TestAccRDSProxyDefaultTargetGroup_disappears (485.29s) === CONT TestAccRDSProxyDefaultTargetGroup_emptyConnectionPool --- PASS: TestAccRDSProxyDefaultTargetGroup_connectionBorrowTimeout (467.68s) === CONT TestAccRDSProxyDefaultTargetGroup_maxIdleConnectionsPercent --- PASS: TestAccRDSProxyDefaultTargetGroup_initQuery (467.41s) --- PASS: TestAccRDSProxyDefaultTargetGroup_emptyConnectionPool (453.13s) --- PASS: TestAccRDSProxyDefaultTargetGroup_maxIdleConnectionsPercent (509.57s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 1546.212s
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 A new usage of AWS SDK for Go V1 was detected. Please prefer AWS SDK for Go V2 for all net-new services. If this is an enhancement or bug fix to an existing AWS SDK Go V1 based resource, this comment can be safely ignored. For additional information refer to the AWS SDK for Go Versions page in the contributor guide. |
…s not significant.
% make testacc TESTARGS='-run=TestAccRDSSubnetGroupDataSource_\|TestAccRDSSubnetGroup_' PKG=rds ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 3 -run=TestAccRDSSubnetGroupDataSource_\|TestAccRDSSubnetGroup_ -timeout 360m === RUN TestAccRDSSubnetGroupDataSource_basic === PAUSE TestAccRDSSubnetGroupDataSource_basic === RUN TestAccRDSSubnetGroup_basic === PAUSE TestAccRDSSubnetGroup_basic === RUN TestAccRDSSubnetGroup_disappears === PAUSE TestAccRDSSubnetGroup_disappears === RUN TestAccRDSSubnetGroup_nameGenerated === PAUSE TestAccRDSSubnetGroup_nameGenerated === RUN TestAccRDSSubnetGroup_namePrefix === PAUSE TestAccRDSSubnetGroup_namePrefix === RUN TestAccRDSSubnetGroup_tags === PAUSE TestAccRDSSubnetGroup_tags === RUN TestAccRDSSubnetGroup_dualStack === PAUSE TestAccRDSSubnetGroup_dualStack === RUN TestAccRDSSubnetGroup_updateDescription === PAUSE TestAccRDSSubnetGroup_updateDescription === RUN TestAccRDSSubnetGroup_updateSubnets === PAUSE TestAccRDSSubnetGroup_updateSubnets === CONT TestAccRDSSubnetGroup_tags === CONT TestAccRDSSubnetGroupDataSource_basic === CONT TestAccRDSSubnetGroup_updateDescription --- PASS: TestAccRDSSubnetGroupDataSource_basic (31.84s) === CONT TestAccRDSSubnetGroup_updateSubnets --- PASS: TestAccRDSSubnetGroup_updateDescription (54.51s) === CONT TestAccRDSSubnetGroup_nameGenerated --- PASS: TestAccRDSSubnetGroup_tags (75.34s) === CONT TestAccRDSSubnetGroup_namePrefix --- PASS: TestAccRDSSubnetGroup_updateSubnets (66.59s) === CONT TestAccRDSSubnetGroup_dualStack --- PASS: TestAccRDSSubnetGroup_nameGenerated (53.69s) === CONT TestAccRDSSubnetGroup_disappears --- PASS: TestAccRDSSubnetGroup_namePrefix (87.49s) === CONT TestAccRDSSubnetGroup_basic --- PASS: TestAccRDSSubnetGroup_disappears (66.11s) --- PASS: TestAccRDSSubnetGroup_dualStack (78.25s) --- PASS: TestAccRDSSubnetGroup_basic (41.49s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 215.116s
% make testacc TESTARGS='-run=TestAccRDSEventSubscription_' PKG=rds ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 3 -run=TestAccRDSEventSubscription_ -timeout 360m === RUN TestAccRDSEventSubscription_basic === PAUSE TestAccRDSEventSubscription_basic === RUN TestAccRDSEventSubscription_disappears === PAUSE TestAccRDSEventSubscription_disappears === RUN TestAccRDSEventSubscription_Name_generated === PAUSE TestAccRDSEventSubscription_Name_generated === RUN TestAccRDSEventSubscription_namePrefix === PAUSE TestAccRDSEventSubscription_namePrefix === RUN TestAccRDSEventSubscription_tags === PAUSE TestAccRDSEventSubscription_tags === RUN TestAccRDSEventSubscription_categories === PAUSE TestAccRDSEventSubscription_categories === RUN TestAccRDSEventSubscription_sourceIDs === PAUSE TestAccRDSEventSubscription_sourceIDs === CONT TestAccRDSEventSubscription_basic === CONT TestAccRDSEventSubscription_tags === CONT TestAccRDSEventSubscription_Name_generated --- PASS: TestAccRDSEventSubscription_basic (85.48s) === CONT TestAccRDSEventSubscription_disappears --- PASS: TestAccRDSEventSubscription_Name_generated (85.49s) === CONT TestAccRDSEventSubscription_namePrefix --- PASS: TestAccRDSEventSubscription_tags (110.68s) === CONT TestAccRDSEventSubscription_sourceIDs --- PASS: TestAccRDSEventSubscription_disappears (78.75s) === CONT TestAccRDSEventSubscription_categories --- PASS: TestAccRDSEventSubscription_namePrefix (81.11s) --- PASS: TestAccRDSEventSubscription_sourceIDs (94.57s) --- PASS: TestAccRDSEventSubscription_categories (190.35s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 365.091s
auth
from TypeList
to TypeSet
auth
from TypeList
to TypeSet
This functionality has been released in v5.37.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
Changes
aws_db_proxy.auth
fromTypeList
toTypeSet
to prevent re-ordering diffs.Relations
Closes #34142.
Relates #32976.
Output from Acceptance Testing