Skip to content
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

Support import of _prefix arguments #33852

Merged
merged 116 commits into from
Oct 18, 2023
Merged

Support import of _prefix arguments #33852

merged 116 commits into from
Oct 18, 2023

Conversation

ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit commented Oct 9, 2023

Description

Adds support for importing _prefix arguments to resources that have such arguments but do not currently support their import.

Relations

Closes #9574.
Closes #21336.
Closes #25634.
Closes #33941.

Output from Acceptance Testing

% make testacc TESTARGS='-run=TestAccS3Bucket_Basic_emptyString\|TestAccS3Bucket_Basic_namePrefix\|TestAccS3Bucket_Basic_nameGenerated' PKG=s3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3Bucket_Basic_emptyString\|TestAccS3Bucket_Basic_namePrefix\|TestAccS3Bucket_Basic_nameGenerated -timeout 360m
=== RUN   TestAccS3Bucket_Basic_emptyString
=== PAUSE TestAccS3Bucket_Basic_emptyString
=== RUN   TestAccS3Bucket_Basic_nameGenerated
=== PAUSE TestAccS3Bucket_Basic_nameGenerated
=== RUN   TestAccS3Bucket_Basic_namePrefix
=== PAUSE TestAccS3Bucket_Basic_namePrefix
=== CONT  TestAccS3Bucket_Basic_emptyString
=== CONT  TestAccS3Bucket_Basic_namePrefix
=== CONT  TestAccS3Bucket_Basic_nameGenerated
--- PASS: TestAccS3Bucket_Basic_emptyString (33.09s)
--- PASS: TestAccS3Bucket_Basic_nameGenerated (33.14s)
--- PASS: TestAccS3Bucket_Basic_namePrefix (33.16s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	38.116s
% make testacc TESTARGS='-run=TestAccSNSTopic_basic\|TestAccSNSTopic_name\|TestAccSNSTopic_Name' PKG=sns ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/sns/... -v -count 1 -parallel 2  -run=TestAccSNSTopic_basic\|TestAccSNSTopic_name\|TestAccSNSTopic_Name -timeout 360m
=== RUN   TestAccSNSTopic_basic
=== PAUSE TestAccSNSTopic_basic
=== RUN   TestAccSNSTopic_name
=== PAUSE TestAccSNSTopic_name
=== RUN   TestAccSNSTopic_namePrefix
=== PAUSE TestAccSNSTopic_namePrefix
=== RUN   TestAccSNSTopic_NameGenerated_fifoTopic
=== PAUSE TestAccSNSTopic_NameGenerated_fifoTopic
=== RUN   TestAccSNSTopic_Name_fifoTopic
=== PAUSE TestAccSNSTopic_Name_fifoTopic
=== RUN   TestAccSNSTopic_NamePrefix_fifoTopic
=== PAUSE TestAccSNSTopic_NamePrefix_fifoTopic
=== CONT  TestAccSNSTopic_basic
=== CONT  TestAccSNSTopic_NameGenerated_fifoTopic
--- PASS: TestAccSNSTopic_NameGenerated_fifoTopic (26.93s)
=== CONT  TestAccSNSTopic_NamePrefix_fifoTopic
--- PASS: TestAccSNSTopic_basic (26.97s)
=== CONT  TestAccSNSTopic_namePrefix
--- PASS: TestAccSNSTopic_namePrefix (26.61s)
=== CONT  TestAccSNSTopic_name
--- PASS: TestAccSNSTopic_NamePrefix_fifoTopic (26.72s)
=== CONT  TestAccSNSTopic_Name_fifoTopic
--- PASS: TestAccSNSTopic_name (26.10s)
--- PASS: TestAccSNSTopic_Name_fifoTopic (26.10s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/sns	84.989s
% make testacc TESTARGS='-run=TestAccSQSQueue_basic\|TestAccSQSQueue_Name\|TestAccSQSQueue_name' PKG=sqs ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/sqs/... -v -count 1 -parallel 2  -run=TestAccSQSQueue_basic\|TestAccSQSQueue_Name\|TestAccSQSQueue_name -timeout 360m
=== RUN   TestAccSQSQueue_basic
=== PAUSE TestAccSQSQueue_basic
=== RUN   TestAccSQSQueue_Name_generated
=== PAUSE TestAccSQSQueue_Name_generated
=== RUN   TestAccSQSQueue_NameGenerated_fifoQueue
=== PAUSE TestAccSQSQueue_NameGenerated_fifoQueue
=== RUN   TestAccSQSQueue_namePrefix
=== PAUSE TestAccSQSQueue_namePrefix
=== RUN   TestAccSQSQueue_NamePrefix_fifoQueue
=== PAUSE TestAccSQSQueue_NamePrefix_fifoQueue
=== CONT  TestAccSQSQueue_basic
=== CONT  TestAccSQSQueue_namePrefix
--- PASS: TestAccSQSQueue_namePrefix (53.32s)
=== CONT  TestAccSQSQueue_NamePrefix_fifoQueue
--- PASS: TestAccSQSQueue_basic (53.33s)
=== CONT  TestAccSQSQueue_NameGenerated_fifoQueue
--- PASS: TestAccSQSQueue_NameGenerated_fifoQueue (52.47s)
=== CONT  TestAccSQSQueue_Name_generated
--- PASS: TestAccSQSQueue_NamePrefix_fifoQueue (52.50s)
--- PASS: TestAccSQSQueue_Name_generated (50.32s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/sqs	161.398s
% make testacc TESTARGS='-run=TestAccCloudFrontPublicKey_' PKG=cloudfront ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 2  -run=TestAccCloudFrontPublicKey_ -timeout 360m
=== RUN   TestAccCloudFrontPublicKey_basic
=== PAUSE TestAccCloudFrontPublicKey_basic
=== RUN   TestAccCloudFrontPublicKey_disappears
=== PAUSE TestAccCloudFrontPublicKey_disappears
=== RUN   TestAccCloudFrontPublicKey_nameGenerated
=== PAUSE TestAccCloudFrontPublicKey_nameGenerated
=== RUN   TestAccCloudFrontPublicKey_namePrefix
=== PAUSE TestAccCloudFrontPublicKey_namePrefix
=== RUN   TestAccCloudFrontPublicKey_update
=== PAUSE TestAccCloudFrontPublicKey_update
=== CONT  TestAccCloudFrontPublicKey_basic
=== CONT  TestAccCloudFrontPublicKey_namePrefix
--- PASS: TestAccCloudFrontPublicKey_basic (24.56s)
=== CONT  TestAccCloudFrontPublicKey_update
--- PASS: TestAccCloudFrontPublicKey_namePrefix (24.56s)
=== CONT  TestAccCloudFrontPublicKey_nameGenerated
--- PASS: TestAccCloudFrontPublicKey_nameGenerated (23.37s)
=== CONT  TestAccCloudFrontPublicKey_disappears
--- PASS: TestAccCloudFrontPublicKey_update (39.82s)
--- PASS: TestAccCloudFrontPublicKey_disappears (17.68s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront	71.309s
% make testacc TESTARGS='-run=TestAccDocDBSubnetGroup_' PKG=docdb ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/docdb/... -v -count 1 -parallel 2  -run=TestAccDocDBSubnetGroup_ -timeout 360m
=== RUN   TestAccDocDBSubnetGroup_basic
=== PAUSE TestAccDocDBSubnetGroup_basic
=== RUN   TestAccDocDBSubnetGroup_disappears
=== PAUSE TestAccDocDBSubnetGroup_disappears
=== RUN   TestAccDocDBSubnetGroup_nameGenerated
=== PAUSE TestAccDocDBSubnetGroup_nameGenerated
=== RUN   TestAccDocDBSubnetGroup_namePrefix
=== PAUSE TestAccDocDBSubnetGroup_namePrefix
=== RUN   TestAccDocDBSubnetGroup_updateDescription
=== PAUSE TestAccDocDBSubnetGroup_updateDescription
=== RUN   TestAccDocDBSubnetGroup_updateSubnets
=== PAUSE TestAccDocDBSubnetGroup_updateSubnets
=== RUN   TestAccDocDBSubnetGroup_tags
=== PAUSE TestAccDocDBSubnetGroup_tags
=== CONT  TestAccDocDBSubnetGroup_basic
=== CONT  TestAccDocDBSubnetGroup_updateDescription
--- PASS: TestAccDocDBSubnetGroup_basic (33.41s)
=== CONT  TestAccDocDBSubnetGroup_tags
--- PASS: TestAccDocDBSubnetGroup_updateDescription (54.70s)
=== CONT  TestAccDocDBSubnetGroup_nameGenerated
--- PASS: TestAccDocDBSubnetGroup_nameGenerated (31.85s)
=== CONT  TestAccDocDBSubnetGroup_namePrefix
--- PASS: TestAccDocDBSubnetGroup_tags (73.77s)
=== CONT  TestAccDocDBSubnetGroup_updateSubnets
--- PASS: TestAccDocDBSubnetGroup_namePrefix (32.13s)
=== CONT  TestAccDocDBSubnetGroup_disappears
--- PASS: TestAccDocDBSubnetGroup_disappears (28.00s)
--- PASS: TestAccDocDBSubnetGroup_updateSubnets (53.84s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/docdb	165.928s
% make testacc TESTARGS='-run=TestAccDocDBClusterParameterGroup_' PKG=docdb ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/docdb/... -v -count 1 -parallel 2  -run=TestAccDocDBClusterParameterGroup_ -timeout 360m
=== RUN   TestAccDocDBClusterParameterGroup_basic
=== PAUSE TestAccDocDBClusterParameterGroup_basic
=== RUN   TestAccDocDBClusterParameterGroup_disappears
=== PAUSE TestAccDocDBClusterParameterGroup_disappears
=== RUN   TestAccDocDBClusterParameterGroup_nameGenerated
=== PAUSE TestAccDocDBClusterParameterGroup_nameGenerated
=== RUN   TestAccDocDBClusterParameterGroup_namePrefix
=== PAUSE TestAccDocDBClusterParameterGroup_namePrefix
=== RUN   TestAccDocDBClusterParameterGroup_description
=== PAUSE TestAccDocDBClusterParameterGroup_description
=== RUN   TestAccDocDBClusterParameterGroup_systemParameter
=== PAUSE TestAccDocDBClusterParameterGroup_systemParameter
=== RUN   TestAccDocDBClusterParameterGroup_parameter
=== PAUSE TestAccDocDBClusterParameterGroup_parameter
=== RUN   TestAccDocDBClusterParameterGroup_tags
=== PAUSE TestAccDocDBClusterParameterGroup_tags
=== CONT  TestAccDocDBClusterParameterGroup_basic
=== CONT  TestAccDocDBClusterParameterGroup_description
--- PASS: TestAccDocDBClusterParameterGroup_description (25.00s)
=== CONT  TestAccDocDBClusterParameterGroup_nameGenerated
--- PASS: TestAccDocDBClusterParameterGroup_basic (25.10s)
=== CONT  TestAccDocDBClusterParameterGroup_namePrefix
--- PASS: TestAccDocDBClusterParameterGroup_namePrefix (24.37s)
=== CONT  TestAccDocDBClusterParameterGroup_parameter
--- PASS: TestAccDocDBClusterParameterGroup_nameGenerated (24.47s)
=== CONT  TestAccDocDBClusterParameterGroup_tags
--- PASS: TestAccDocDBClusterParameterGroup_parameter (41.71s)
=== CONT  TestAccDocDBClusterParameterGroup_systemParameter
--- PASS: TestAccDocDBClusterParameterGroup_tags (58.54s)
=== CONT  TestAccDocDBClusterParameterGroup_disappears
--- PASS: TestAccDocDBClusterParameterGroup_systemParameter (22.78s)
--- PASS: TestAccDocDBClusterParameterGroup_disappears (17.16s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/docdb	130.171s
% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccDocDBCluster_' PKG=docdb ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/docdb/... -v -count 1 -parallel 3  -run=TestAccDocDBCluster_ -timeout 720m
=== RUN   TestAccDocDBCluster_basic
=== PAUSE TestAccDocDBCluster_basic
=== RUN   TestAccDocDBCluster_disappears
=== PAUSE TestAccDocDBCluster_disappears
=== RUN   TestAccDocDBCluster_identifierGenerated
=== PAUSE TestAccDocDBCluster_identifierGenerated
=== RUN   TestAccDocDBCluster_identifierPrefix
=== PAUSE TestAccDocDBCluster_identifierPrefix
=== RUN   TestAccDocDBCluster_tags
=== PAUSE TestAccDocDBCluster_tags
=== RUN   TestAccDocDBCluster_takeFinalSnapshot
=== PAUSE TestAccDocDBCluster_takeFinalSnapshot
=== RUN   TestAccDocDBCluster_missingUserNameCausesError
=== PAUSE TestAccDocDBCluster_missingUserNameCausesError
=== RUN   TestAccDocDBCluster_updateCloudWatchLogsExports
=== PAUSE TestAccDocDBCluster_updateCloudWatchLogsExports
=== RUN   TestAccDocDBCluster_kmsKey
=== PAUSE TestAccDocDBCluster_kmsKey
=== RUN   TestAccDocDBCluster_encrypted
=== PAUSE TestAccDocDBCluster_encrypted
=== RUN   TestAccDocDBCluster_backupsUpdate
=== PAUSE TestAccDocDBCluster_backupsUpdate
=== RUN   TestAccDocDBCluster_port
=== PAUSE TestAccDocDBCluster_port
=== RUN   TestAccDocDBCluster_deleteProtection
=== PAUSE TestAccDocDBCluster_deleteProtection
=== RUN   TestAccDocDBCluster_GlobalClusterIdentifier
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier
=== RUN   TestAccDocDBCluster_GlobalClusterIdentifier_Add
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_Add
=== RUN   TestAccDocDBCluster_GlobalClusterIdentifier_Remove
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_Remove
=== RUN   TestAccDocDBCluster_GlobalClusterIdentifier_Update
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_Update
=== RUN   TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
=== RUN   TestAccDocDBCluster_updateEngineMajorVersion
=== PAUSE TestAccDocDBCluster_updateEngineMajorVersion
=== CONT  TestAccDocDBCluster_basic
=== CONT  TestAccDocDBCluster_backupsUpdate
=== CONT  TestAccDocDBCluster_GlobalClusterIdentifier_Remove
--- PASS: TestAccDocDBCluster_basic (148.65s)
=== CONT  TestAccDocDBCluster_updateEngineMajorVersion
--- PASS: TestAccDocDBCluster_backupsUpdate (189.29s)
=== CONT  TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Remove (190.20s)
=== CONT  TestAccDocDBCluster_GlobalClusterIdentifier_Update
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Update (147.18s)
=== CONT  TestAccDocDBCluster_takeFinalSnapshot
--- PASS: TestAccDocDBCluster_takeFinalSnapshot (286.18s)
=== CONT  TestAccDocDBCluster_encrypted
--- PASS: TestAccDocDBCluster_encrypted (139.71s)
=== CONT  TestAccDocDBCluster_kmsKey
--- PASS: TestAccDocDBCluster_kmsKey (142.49s)
=== CONT  TestAccDocDBCluster_GlobalClusterIdentifier
--- PASS: TestAccDocDBCluster_updateEngineMajorVersion (2451.10s)
=== CONT  TestAccDocDBCluster_GlobalClusterIdentifier_Add
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier (169.14s)
=== CONT  TestAccDocDBCluster_missingUserNameCausesError
--- PASS: TestAccDocDBCluster_missingUserNameCausesError (8.88s)
=== CONT  TestAccDocDBCluster_port
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Add (164.55s)
=== CONT  TestAccDocDBCluster_identifierPrefix
--- PASS: TestAccDocDBCluster_identifierPrefix (154.62s)
=== CONT  TestAccDocDBCluster_tags
--- PASS: TestAccDocDBCluster_port (307.99s)
=== CONT  TestAccDocDBCluster_identifierGenerated
--- PASS: TestAccDocDBCluster_identifierGenerated (155.69s)
=== CONT  TestAccDocDBCluster_updateCloudWatchLogsExports
--- PASS: TestAccDocDBCluster_tags (187.40s)
=== CONT  TestAccDocDBCluster_disappears
--- PASS: TestAccDocDBCluster_disappears (171.27s)
=== CONT  TestAccDocDBCluster_deleteProtection
--- PASS: TestAccDocDBCluster_updateCloudWatchLogsExports (203.75s)
--- PASS: TestAccDocDBCluster_deleteProtection (301.90s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters (2653.88s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/docdb	2848.449s
% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccDocDBClusterInstance_' PKG=docdb ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/docdb/... -v -count 1 -parallel 3  -run=TestAccDocDBClusterInstance_ -timeout 720m
=== RUN   TestAccDocDBClusterInstance_basic
=== PAUSE TestAccDocDBClusterInstance_basic
=== RUN   TestAccDocDBClusterInstance_disappears
=== PAUSE TestAccDocDBClusterInstance_disappears
=== RUN   TestAccDocDBClusterInstance_identifierGenerated
=== PAUSE TestAccDocDBClusterInstance_identifierGenerated
=== RUN   TestAccDocDBClusterInstance_identifierPrefix
=== PAUSE TestAccDocDBClusterInstance_identifierPrefix
=== RUN   TestAccDocDBClusterInstance_tags
=== PAUSE TestAccDocDBClusterInstance_tags
=== RUN   TestAccDocDBClusterInstance_performanceInsights
=== PAUSE TestAccDocDBClusterInstance_performanceInsights
=== RUN   TestAccDocDBClusterInstance_az
=== PAUSE TestAccDocDBClusterInstance_az
=== RUN   TestAccDocDBClusterInstance_kmsKey
=== PAUSE TestAccDocDBClusterInstance_kmsKey
=== RUN   TestAccDocDBClusterInstance_copyTagsToSnapshot
=== PAUSE TestAccDocDBClusterInstance_copyTagsToSnapshot
=== CONT  TestAccDocDBClusterInstance_basic
=== CONT  TestAccDocDBClusterInstance_performanceInsights
=== CONT  TestAccDocDBClusterInstance_kmsKey
--- PASS: TestAccDocDBClusterInstance_performanceInsights (1107.58s)
=== CONT  TestAccDocDBClusterInstance_copyTagsToSnapshot
--- PASS: TestAccDocDBClusterInstance_kmsKey (1014.89s)
=== CONT  TestAccDocDBClusterInstance_identifierPrefix
--- PASS: TestAccDocDBClusterInstance_copyTagsToSnapshot (1128.91s)
=== CONT  TestAccDocDBClusterInstance_tags
--- PASS: TestAccDocDBClusterInstance_basic (1454.77s)
=== CONT  TestAccDocDBClusterInstance_identifierGenerated
--- PASS: TestAccDocDBClusterInstance_identifierPrefix (1076.43s)
=== CONT  TestAccDocDBClusterInstance_disappears
--- PASS: TestAccDocDBClusterInstance_identifierGenerated (1077.73s)
=== CONT  TestAccDocDBClusterInstance_az
--- PASS: TestAccDocDBClusterInstance_tags (1467.68s)
--- PASS: TestAccDocDBClusterInstance_disappears (1041.85s)
--- PASS: TestAccDocDBClusterInstance_az (965.52s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/docdb	3248.840s
% make testacc TESTARGS='-run=TestAccELBLoadBalancer_basic\|TestAccELBLoadBalancer_nameGenerated\|TestAccELBLoadBalancer_namePrefix' PKG=elb ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elb/... -v -count 1 -parallel 2  -run=TestAccELBLoadBalancer_basic\|TestAccELBLoadBalancer_nameGenerated\|TestAccELBLoadBalancer_namePrefix -timeout 360m
=== RUN   TestAccELBLoadBalancer_basic
=== PAUSE TestAccELBLoadBalancer_basic
=== RUN   TestAccELBLoadBalancer_nameGenerated
=== PAUSE TestAccELBLoadBalancer_nameGenerated
=== RUN   TestAccELBLoadBalancer_namePrefix
=== PAUSE TestAccELBLoadBalancer_namePrefix
=== CONT  TestAccELBLoadBalancer_basic
=== CONT  TestAccELBLoadBalancer_namePrefix
--- PASS: TestAccELBLoadBalancer_namePrefix (33.43s)
=== CONT  TestAccELBLoadBalancer_nameGenerated
--- PASS: TestAccELBLoadBalancer_basic (34.18s)
--- PASS: TestAccELBLoadBalancer_nameGenerated (30.54s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elb	69.643s
% make testacc TESTARGS='-run=TestAccELBV2LoadBalancer_ALB_basic\|TestAccELBV2LoadBalancer_NLB_basic\|TestAccELBV2LoadBalancer_nameGenerated\|TestAccELBV2LoadBalancer_nameGeneratedForZeroValue\|TestAccELBV2LoadBalancer_namePrefix\|TestAccELBV2LoadBalancer_duplicateName' PKG=elbv2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elbv2/... -v -count 1 -parallel 2  -run=TestAccELBV2LoadBalancer_ALB_basic\|TestAccELBV2LoadBalancer_NLB_basic\|TestAccELBV2LoadBalancer_nameGenerated\|TestAccELBV2LoadBalancer_nameGeneratedForZeroValue\|TestAccELBV2LoadBalancer_namePrefix\|TestAccELBV2LoadBalancer_duplicateName -timeout 360m
=== RUN   TestAccELBV2LoadBalancer_ALB_basic
=== PAUSE TestAccELBV2LoadBalancer_ALB_basic
=== RUN   TestAccELBV2LoadBalancer_NLB_basic
=== PAUSE TestAccELBV2LoadBalancer_NLB_basic
=== RUN   TestAccELBV2LoadBalancer_nameGenerated
=== PAUSE TestAccELBV2LoadBalancer_nameGenerated
=== RUN   TestAccELBV2LoadBalancer_nameGeneratedForZeroValue
=== PAUSE TestAccELBV2LoadBalancer_nameGeneratedForZeroValue
=== RUN   TestAccELBV2LoadBalancer_namePrefix
=== PAUSE TestAccELBV2LoadBalancer_namePrefix
=== RUN   TestAccELBV2LoadBalancer_duplicateName
=== PAUSE TestAccELBV2LoadBalancer_duplicateName
=== CONT  TestAccELBV2LoadBalancer_ALB_basic
=== CONT  TestAccELBV2LoadBalancer_nameGeneratedForZeroValue
=== CONT  TestAccELBV2LoadBalancer_nameGenerated
--- PASS: TestAccELBV2LoadBalancer_ALB_basic (196.32s)
--- PASS: TestAccELBV2LoadBalancer_nameGeneratedForZeroValue (197.28s)
=== CONT  TestAccELBV2LoadBalancer_NLB_basic
--- PASS: TestAccELBV2LoadBalancer_nameGenerated (196.10s)
=== CONT  TestAccELBV2LoadBalancer_duplicateName
--- PASS: TestAccELBV2LoadBalancer_NLB_basic (237.26s)
=== CONT  TestAccELBV2LoadBalancer_namePrefix
--- PASS: TestAccELBV2LoadBalancer_duplicateName (198.41s)
--- PASS: TestAccELBV2LoadBalancer_namePrefix (188.23s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elbv2	628.200s
% make testacc TESTARGS='-run=TestAccELBV2TargetGroup_basic\|TestAccELBV2TargetGroup_disappears\|TestAccELBV2TargetGroup_nameGenerated\|TestAccELBV2TargetGroup_namePrefix\|TestAccELBV2TargetGroup_duplicateName' PKG=elbv2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elbv2/... -v -count 1 -parallel 2  -run=TestAccELBV2TargetGroup_basic\|TestAccELBV2TargetGroup_disappears\|TestAccELBV2TargetGroup_nameGenerated\|TestAccELBV2TargetGroup_namePrefix\|TestAccELBV2TargetGroup_duplicateName -timeout 360m
=== RUN   TestAccELBV2TargetGroup_basic
=== PAUSE TestAccELBV2TargetGroup_basic
=== RUN   TestAccELBV2TargetGroup_disappears
=== PAUSE TestAccELBV2TargetGroup_disappears
=== RUN   TestAccELBV2TargetGroup_nameGenerated
=== PAUSE TestAccELBV2TargetGroup_nameGenerated
=== RUN   TestAccELBV2TargetGroup_namePrefix
=== PAUSE TestAccELBV2TargetGroup_namePrefix
=== RUN   TestAccELBV2TargetGroup_duplicateName
=== PAUSE TestAccELBV2TargetGroup_duplicateName
=== CONT  TestAccELBV2TargetGroup_basic
=== CONT  TestAccELBV2TargetGroup_namePrefix
--- PASS: TestAccELBV2TargetGroup_namePrefix (51.72s)
=== CONT  TestAccELBV2TargetGroup_duplicateName
--- PASS: TestAccELBV2TargetGroup_basic (52.27s)
=== CONT  TestAccELBV2TargetGroup_nameGenerated
--- PASS: TestAccELBV2TargetGroup_nameGenerated (52.95s)
=== CONT  TestAccELBV2TargetGroup_disappears
--- PASS: TestAccELBV2TargetGroup_duplicateName (58.49s)
--- PASS: TestAccELBV2TargetGroup_disappears (25.76s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elbv2	136.509s
% make testacc TESTARGS='-run=TestAccEMRSecurityConfiguration_' PKG=emr ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/emr/... -v -count 1 -parallel 2  -run=TestAccEMRSecurityConfiguration_ -timeout 360m
=== RUN   TestAccEMRSecurityConfiguration_basic
=== PAUSE TestAccEMRSecurityConfiguration_basic
=== RUN   TestAccEMRSecurityConfiguration_disappears
=== PAUSE TestAccEMRSecurityConfiguration_disappears
=== RUN   TestAccEMRSecurityConfiguration_nameGenerated
=== PAUSE TestAccEMRSecurityConfiguration_nameGenerated
=== RUN   TestAccEMRSecurityConfiguration_namePrefix
=== PAUSE TestAccEMRSecurityConfiguration_namePrefix
=== CONT  TestAccEMRSecurityConfiguration_basic
=== CONT  TestAccEMRSecurityConfiguration_nameGenerated
--- PASS: TestAccEMRSecurityConfiguration_nameGenerated (27.37s)
=== CONT  TestAccEMRSecurityConfiguration_disappears
--- PASS: TestAccEMRSecurityConfiguration_basic (27.39s)
=== CONT  TestAccEMRSecurityConfiguration_namePrefix
--- PASS: TestAccEMRSecurityConfiguration_disappears (19.79s)
--- PASS: TestAccEMRSecurityConfiguration_namePrefix (24.35s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/emr	57.140s
% make testacc TESTARGS='-run=TestAccIAMGroupPolicy_' PKG=iam ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iam/... -v -count 1 -parallel 2  -run=TestAccIAMGroupPolicy_ -timeout 360m
=== RUN   TestAccIAMGroupPolicy_basic
=== PAUSE TestAccIAMGroupPolicy_basic
=== RUN   TestAccIAMGroupPolicy_disappears
=== PAUSE TestAccIAMGroupPolicy_disappears
=== RUN   TestAccIAMGroupPolicy_nameGenerated
=== PAUSE TestAccIAMGroupPolicy_nameGenerated
=== RUN   TestAccIAMGroupPolicy_namePrefix
=== PAUSE TestAccIAMGroupPolicy_namePrefix
=== RUN   TestAccIAMGroupPolicy_unknownsInPolicy
=== PAUSE TestAccIAMGroupPolicy_unknownsInPolicy
=== RUN   TestAccIAMGroupPolicy_update
=== PAUSE TestAccIAMGroupPolicy_update
=== CONT  TestAccIAMGroupPolicy_basic
=== CONT  TestAccIAMGroupPolicy_namePrefix
--- PASS: TestAccIAMGroupPolicy_basic (24.39s)
=== CONT  TestAccIAMGroupPolicy_update
--- PASS: TestAccIAMGroupPolicy_namePrefix (24.46s)
=== CONT  TestAccIAMGroupPolicy_unknownsInPolicy
--- PASS: TestAccIAMGroupPolicy_unknownsInPolicy (25.38s)
=== CONT  TestAccIAMGroupPolicy_nameGenerated
--- PASS: TestAccIAMGroupPolicy_update (35.11s)
=== CONT  TestAccIAMGroupPolicy_disappears
--- PASS: TestAccIAMGroupPolicy_nameGenerated (22.77s)
--- PASS: TestAccIAMGroupPolicy_disappears (19.37s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	84.020s
% make testacc TESTARGS='-run=TestAccIAMRolePolicy_' PKG=iam ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iam/... -v -count 1 -parallel 2  -run=TestAccIAMRolePolicy_ -timeout 360m
=== RUN   TestAccIAMRolePolicy_basic
=== PAUSE TestAccIAMRolePolicy_basic
=== RUN   TestAccIAMRolePolicy_disappears
=== PAUSE TestAccIAMRolePolicy_disappears
=== RUN   TestAccIAMRolePolicy_nameGenerated
=== PAUSE TestAccIAMRolePolicy_nameGenerated
=== RUN   TestAccIAMRolePolicy_namePrefix
=== PAUSE TestAccIAMRolePolicy_namePrefix
=== RUN   TestAccIAMRolePolicy_policyOrder
=== PAUSE TestAccIAMRolePolicy_policyOrder
=== RUN   TestAccIAMRolePolicy_invalidJSON
=== PAUSE TestAccIAMRolePolicy_invalidJSON
=== RUN   TestAccIAMRolePolicy_Policy_invalidResource
=== PAUSE TestAccIAMRolePolicy_Policy_invalidResource
=== RUN   TestAccIAMRolePolicy_unknownsInPolicy
=== PAUSE TestAccIAMRolePolicy_unknownsInPolicy
=== CONT  TestAccIAMRolePolicy_basic
=== CONT  TestAccIAMRolePolicy_policyOrder
--- PASS: TestAccIAMRolePolicy_basic (24.47s)
=== CONT  TestAccIAMRolePolicy_Policy_invalidResource
--- PASS: TestAccIAMRolePolicy_policyOrder (31.68s)
=== CONT  TestAccIAMRolePolicy_unknownsInPolicy
--- PASS: TestAccIAMRolePolicy_Policy_invalidResource (11.32s)
=== CONT  TestAccIAMRolePolicy_invalidJSON
--- PASS: TestAccIAMRolePolicy_invalidJSON (2.10s)
=== CONT  TestAccIAMRolePolicy_nameGenerated
--- PASS: TestAccIAMRolePolicy_unknownsInPolicy (25.11s)
=== CONT  TestAccIAMRolePolicy_namePrefix
--- PASS: TestAccIAMRolePolicy_nameGenerated (22.74s)
=== CONT  TestAccIAMRolePolicy_disappears
--- PASS: TestAccIAMRolePolicy_namePrefix (23.83s)
--- PASS: TestAccIAMRolePolicy_disappears (20.38s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	86.369s
% make testacc TESTARGS='-run=TestAccIAMUserPolicy_' PKG=iam ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iam/... -v -count 1 -parallel 2  -run=TestAccIAMUserPolicy_ -timeout 360m
=== RUN   TestAccIAMUserPolicy_basic
=== PAUSE TestAccIAMUserPolicy_basic
=== RUN   TestAccIAMUserPolicy_disappears
=== PAUSE TestAccIAMUserPolicy_disappears
=== RUN   TestAccIAMUserPolicy_nameGenerated
=== PAUSE TestAccIAMUserPolicy_nameGenerated
=== RUN   TestAccIAMUserPolicy_namePrefix
=== PAUSE TestAccIAMUserPolicy_namePrefix
=== RUN   TestAccIAMUserPolicy_multiplePolicies
=== PAUSE TestAccIAMUserPolicy_multiplePolicies
=== RUN   TestAccIAMUserPolicy_policyOrder
=== PAUSE TestAccIAMUserPolicy_policyOrder
=== CONT  TestAccIAMUserPolicy_basic
=== CONT  TestAccIAMUserPolicy_namePrefix
--- PASS: TestAccIAMUserPolicy_namePrefix (23.56s)
=== CONT  TestAccIAMUserPolicy_nameGenerated
--- PASS: TestAccIAMUserPolicy_basic (41.64s)
=== CONT  TestAccIAMUserPolicy_disappears
--- PASS: TestAccIAMUserPolicy_nameGenerated (24.48s)
=== CONT  TestAccIAMUserPolicy_policyOrder
--- PASS: TestAccIAMUserPolicy_disappears (20.74s)
=== CONT  TestAccIAMUserPolicy_multiplePolicies
--- PASS: TestAccIAMUserPolicy_policyOrder (30.94s)
--- PASS: TestAccIAMUserPolicy_multiplePolicies (35.62s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	103.454s
% make testacc TESTARGS='-run=TestAccLightsailKeyPair_' PKG=lightsail ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/lightsail/... -v -count 1 -parallel 2  -run=TestAccLightsailKeyPair_ -timeout 360m
=== RUN   TestAccLightsailKeyPair_basic
=== PAUSE TestAccLightsailKeyPair_basic
=== RUN   TestAccLightsailKeyPair_publicKey
=== PAUSE TestAccLightsailKeyPair_publicKey
=== RUN   TestAccLightsailKeyPair_encrypted
=== PAUSE TestAccLightsailKeyPair_encrypted
=== RUN   TestAccLightsailKeyPair_namePrefix
=== PAUSE TestAccLightsailKeyPair_namePrefix
=== RUN   TestAccLightsailKeyPair_tags
=== PAUSE TestAccLightsailKeyPair_tags
=== RUN   TestAccLightsailKeyPair_disappears
=== PAUSE TestAccLightsailKeyPair_disappears
=== CONT  TestAccLightsailKeyPair_basic
=== CONT  TestAccLightsailKeyPair_namePrefix
--- PASS: TestAccLightsailKeyPair_basic (34.96s)
=== CONT  TestAccLightsailKeyPair_disappears
--- PASS: TestAccLightsailKeyPair_namePrefix (35.65s)
=== CONT  TestAccLightsailKeyPair_encrypted
--- PASS: TestAccLightsailKeyPair_disappears (30.72s)
=== CONT  TestAccLightsailKeyPair_tags
--- PASS: TestAccLightsailKeyPair_encrypted (33.09s)
=== CONT  TestAccLightsailKeyPair_publicKey
--- PASS: TestAccLightsailKeyPair_publicKey (33.36s)
--- PASS: TestAccLightsailKeyPair_tags (66.74s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/lightsail	137.572s
% make testacc TESTARGS='-run=TestAccNeptuneCluster_basic\|TestAccNeptuneCluster_disappears\|TestAccNeptuneCluster_identifier' PKG=neptune ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/neptune/... -v -count 1 -parallel 2  -run=TestAccNeptuneCluster_basic\|TestAccNeptuneCluster_disappears\|TestAccNeptuneCluster_identifier -timeout 360m
=== RUN   TestAccNeptuneCluster_basic
=== PAUSE TestAccNeptuneCluster_basic
=== RUN   TestAccNeptuneCluster_disappears
=== PAUSE TestAccNeptuneCluster_disappears
=== RUN   TestAccNeptuneCluster_identifierGenerated
=== PAUSE TestAccNeptuneCluster_identifierGenerated
=== RUN   TestAccNeptuneCluster_identifierPrefix
=== PAUSE TestAccNeptuneCluster_identifierPrefix
=== CONT  TestAccNeptuneCluster_basic
=== CONT  TestAccNeptuneCluster_identifierGenerated
--- PASS: TestAccNeptuneCluster_basic (127.47s)
=== CONT  TestAccNeptuneCluster_identifierPrefix
--- PASS: TestAccNeptuneCluster_identifierGenerated (166.63s)
=== CONT  TestAccNeptuneCluster_disappears
--- PASS: TestAccNeptuneCluster_identifierPrefix (124.57s)
--- PASS: TestAccNeptuneCluster_disappears (152.12s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/neptune	323.746s
% make testacc TESTARGS='-run=TestAccNeptuneClusterInstance_basic\|TestAccNeptuneClusterInstance_identifier' PKG=neptune ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/neptune/... -v -count 1 -parallel 2  -run=TestAccNeptuneClusterInstance_basic\|TestAccNeptuneClusterInstance_identifier -timeout 360m
=== RUN   TestAccNeptuneClusterInstance_basic
=== PAUSE TestAccNeptuneClusterInstance_basic
=== RUN   TestAccNeptuneClusterInstance_identifierGenerated
=== PAUSE TestAccNeptuneClusterInstance_identifierGenerated
=== RUN   TestAccNeptuneClusterInstance_identifierPrefix
=== PAUSE TestAccNeptuneClusterInstance_identifierPrefix
=== CONT  TestAccNeptuneClusterInstance_basic
=== CONT  TestAccNeptuneClusterInstance_identifierPrefix
--- PASS: TestAccNeptuneClusterInstance_identifierPrefix (1458.93s)
=== CONT  TestAccNeptuneClusterInstance_identifierGenerated
--- PASS: TestAccNeptuneClusterInstance_basic (1666.11s)
--- PASS: TestAccNeptuneClusterInstance_identifierGenerated (1650.39s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/neptune	3114.394s
% make testacc TESTARGS='-run=TestAccNeptuneClusterParameterGroup_' PKG=neptune ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/neptune/... -v -count 1 -parallel 2  -run=TestAccNeptuneClusterParameterGroup_ -timeout 360m
=== RUN   TestAccNeptuneClusterParameterGroup_basic
=== PAUSE TestAccNeptuneClusterParameterGroup_basic
=== RUN   TestAccNeptuneClusterParameterGroup_disappears
=== PAUSE TestAccNeptuneClusterParameterGroup_disappears
=== RUN   TestAccNeptuneClusterParameterGroup_nameGenerated
=== PAUSE TestAccNeptuneClusterParameterGroup_nameGenerated
=== RUN   TestAccNeptuneClusterParameterGroup_namePrefix
=== PAUSE TestAccNeptuneClusterParameterGroup_namePrefix
=== RUN   TestAccNeptuneClusterParameterGroup_tags
=== PAUSE TestAccNeptuneClusterParameterGroup_tags
=== RUN   TestAccNeptuneClusterParameterGroup_description
=== PAUSE TestAccNeptuneClusterParameterGroup_description
=== RUN   TestAccNeptuneClusterParameterGroup_parameter
=== PAUSE TestAccNeptuneClusterParameterGroup_parameter
=== RUN   TestAccNeptuneClusterParameterGroup_parameterDefault
=== PAUSE TestAccNeptuneClusterParameterGroup_parameterDefault
=== CONT  TestAccNeptuneClusterParameterGroup_basic
=== CONT  TestAccNeptuneClusterParameterGroup_tags
--- PASS: TestAccNeptuneClusterParameterGroup_basic (26.59s)
=== CONT  TestAccNeptuneClusterParameterGroup_parameter
--- PASS: TestAccNeptuneClusterParameterGroup_tags (62.20s)
=== CONT  TestAccNeptuneClusterParameterGroup_parameterDefault
--- PASS: TestAccNeptuneClusterParameterGroup_parameter (42.61s)
=== CONT  TestAccNeptuneClusterParameterGroup_description
--- PASS: TestAccNeptuneClusterParameterGroup_parameterDefault (21.21s)
=== CONT  TestAccNeptuneClusterParameterGroup_nameGenerated
--- PASS: TestAccNeptuneClusterParameterGroup_description (24.32s)
=== CONT  TestAccNeptuneClusterParameterGroup_namePrefix
--- PASS: TestAccNeptuneClusterParameterGroup_nameGenerated (23.98s)
=== CONT  TestAccNeptuneClusterParameterGroup_disappears
--- PASS: TestAccNeptuneClusterParameterGroup_namePrefix (24.67s)
--- PASS: TestAccNeptuneClusterParameterGroup_disappears (17.52s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/neptune	130.742s
% make testacc TESTARGS='-run=TestAccNeptuneEventSubscription_' PKG=neptune ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/neptune/... -v -count 1 -parallel 2  -run=TestAccNeptuneEventSubscription_ -timeout 360m
=== RUN   TestAccNeptuneEventSubscription_basic
=== PAUSE TestAccNeptuneEventSubscription_basic
=== RUN   TestAccNeptuneEventSubscription_disappears
=== PAUSE TestAccNeptuneEventSubscription_disappears
=== RUN   TestAccNeptuneEventSubscription_nameGenerated
=== PAUSE TestAccNeptuneEventSubscription_nameGenerated
=== RUN   TestAccNeptuneEventSubscription_namePrefix
=== PAUSE TestAccNeptuneEventSubscription_namePrefix
=== RUN   TestAccNeptuneEventSubscription_tags
=== PAUSE TestAccNeptuneEventSubscription_tags
=== RUN   TestAccNeptuneEventSubscription_withSourceIDs
=== PAUSE TestAccNeptuneEventSubscription_withSourceIDs
=== RUN   TestAccNeptuneEventSubscription_withCategories
=== PAUSE TestAccNeptuneEventSubscription_withCategories
=== CONT  TestAccNeptuneEventSubscription_basic
=== CONT  TestAccNeptuneEventSubscription_tags
--- PASS: TestAccNeptuneEventSubscription_tags (118.09s)
=== CONT  TestAccNeptuneEventSubscription_nameGenerated
--- PASS: TestAccNeptuneEventSubscription_basic (133.42s)
=== CONT  TestAccNeptuneEventSubscription_namePrefix
--- PASS: TestAccNeptuneEventSubscription_nameGenerated (83.00s)
=== CONT  TestAccNeptuneEventSubscription_disappears
--- PASS: TestAccNeptuneEventSubscription_namePrefix (83.46s)
=== CONT  TestAccNeptuneEventSubscription_withCategories
--- PASS: TestAccNeptuneEventSubscription_disappears (85.03s)
=== CONT  TestAccNeptuneEventSubscription_withSourceIDs
--- PASS: TestAccNeptuneEventSubscription_withCategories (133.81s)
--- PASS: TestAccNeptuneEventSubscription_withSourceIDs (108.01s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/neptune	399.122s
% make testacc TESTARGS='-run=TestAccPinpointApp_' PKG=pinpoint ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/pinpoint/... -v -count 1 -parallel 2  -run=TestAccPinpointApp_ -timeout 360m
=== RUN   TestAccPinpointApp_basic
=== PAUSE TestAccPinpointApp_basic
=== RUN   TestAccPinpointApp_disappears
=== PAUSE TestAccPinpointApp_disappears
=== RUN   TestAccPinpointApp_nameGenerated
=== PAUSE TestAccPinpointApp_nameGenerated
=== RUN   TestAccPinpointApp_namePrefix
=== PAUSE TestAccPinpointApp_namePrefix
=== RUN   TestAccPinpointApp_tags
=== PAUSE TestAccPinpointApp_tags
=== RUN   TestAccPinpointApp_campaignHookLambda
=== PAUSE TestAccPinpointApp_campaignHookLambda
=== RUN   TestAccPinpointApp_limits
=== PAUSE TestAccPinpointApp_limits
=== RUN   TestAccPinpointApp_quietTime
=== PAUSE TestAccPinpointApp_quietTime
=== CONT  TestAccPinpointApp_basic
=== CONT  TestAccPinpointApp_tags
--- PASS: TestAccPinpointApp_basic (53.54s)
=== CONT  TestAccPinpointApp_nameGenerated
--- PASS: TestAccPinpointApp_nameGenerated (40.79s)
=== CONT  TestAccPinpointApp_namePrefix
--- PASS: TestAccPinpointApp_tags (123.25s)
=== CONT  TestAccPinpointApp_limits
--- PASS: TestAccPinpointApp_namePrefix (42.44s)
=== CONT  TestAccPinpointApp_quietTime
--- PASS: TestAccPinpointApp_limits (47.01s)
=== CONT  TestAccPinpointApp_campaignHookLambda
--- PASS: TestAccPinpointApp_quietTime (47.15s)
=== CONT  TestAccPinpointApp_disappears
--- PASS: TestAccPinpointApp_disappears (39.10s)
--- PASS: TestAccPinpointApp_campaignHookLambda (66.22s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/pinpoint	249.160s
% make testacc TESTARGS='-run=TestAccRDSOptionGroup_' 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=TestAccRDSOptionGroup_ -timeout 360m
=== RUN   TestAccRDSOptionGroup_basic
=== PAUSE TestAccRDSOptionGroup_basic
=== RUN   TestAccRDSOptionGroup_disappears
=== PAUSE TestAccRDSOptionGroup_disappears
=== RUN   TestAccRDSOptionGroup_nameGenerated
=== PAUSE TestAccRDSOptionGroup_nameGenerated
=== RUN   TestAccRDSOptionGroup_namePrefix
=== PAUSE TestAccRDSOptionGroup_namePrefix
=== RUN   TestAccRDSOptionGroup_tags
=== PAUSE TestAccRDSOptionGroup_tags
=== RUN   TestAccRDSOptionGroup_timeoutBlock
=== PAUSE TestAccRDSOptionGroup_timeoutBlock
=== RUN   TestAccRDSOptionGroup_optionGroupDescription
=== PAUSE TestAccRDSOptionGroup_optionGroupDescription
=== RUN   TestAccRDSOptionGroup_basicDestroyWithInstance
=== PAUSE TestAccRDSOptionGroup_basicDestroyWithInstance
=== RUN   TestAccRDSOptionGroup_Option_optionSettings
=== PAUSE TestAccRDSOptionGroup_Option_optionSettings
=== RUN   TestAccRDSOptionGroup_OptionOptionSettings_iamRole
=== PAUSE TestAccRDSOptionGroup_OptionOptionSettings_iamRole
=== RUN   TestAccRDSOptionGroup_sqlServerOptionsUpdate
=== PAUSE TestAccRDSOptionGroup_sqlServerOptionsUpdate
=== RUN   TestAccRDSOptionGroup_oracleOptionsUpdate
=== PAUSE TestAccRDSOptionGroup_oracleOptionsUpdate
=== RUN   TestAccRDSOptionGroup_OptionOptionSettings_multipleNonDefault
=== PAUSE TestAccRDSOptionGroup_OptionOptionSettings_multipleNonDefault
=== RUN   TestAccRDSOptionGroup_multipleOptions
=== PAUSE TestAccRDSOptionGroup_multipleOptions
=== RUN   TestAccRDSOptionGroup_Tags_withOptions
=== PAUSE TestAccRDSOptionGroup_Tags_withOptions
=== RUN   TestAccRDSOptionGroup_badDiffs
=== PAUSE TestAccRDSOptionGroup_badDiffs
=== CONT  TestAccRDSOptionGroup_basic
=== CONT  TestAccRDSOptionGroup_Option_optionSettings
--- PASS: TestAccRDSOptionGroup_basic (26.64s)
=== CONT  TestAccRDSOptionGroup_tags
--- PASS: TestAccRDSOptionGroup_Option_optionSettings (49.12s)
=== CONT  TestAccRDSOptionGroup_nameGenerated
--- PASS: TestAccRDSOptionGroup_nameGenerated (25.74s)
=== CONT  TestAccRDSOptionGroup_OptionOptionSettings_multipleNonDefault
--- PASS: TestAccRDSOptionGroup_tags (62.20s)
=== CONT  TestAccRDSOptionGroup_badDiffs
--- PASS: TestAccRDSOptionGroup_OptionOptionSettings_multipleNonDefault (41.94s)
=== CONT  TestAccRDSOptionGroup_Tags_withOptions
--- PASS: TestAccRDSOptionGroup_badDiffs (54.26s)
=== CONT  TestAccRDSOptionGroup_multipleOptions
--- PASS: TestAccRDSOptionGroup_multipleOptions (25.15s)
=== CONT  TestAccRDSOptionGroup_disappears
--- PASS: TestAccRDSOptionGroup_Tags_withOptions (60.23s)
=== CONT  TestAccRDSOptionGroup_basicDestroyWithInstance
--- PASS: TestAccRDSOptionGroup_disappears (19.48s)
=== CONT  TestAccRDSOptionGroup_OptionOptionSettings_iamRole
--- PASS: TestAccRDSOptionGroup_OptionOptionSettings_iamRole (42.28s)
=== CONT  TestAccRDSOptionGroup_optionGroupDescription
--- PASS: TestAccRDSOptionGroup_optionGroupDescription (22.67s)
=== CONT  TestAccRDSOptionGroup_namePrefix
--- PASS: TestAccRDSOptionGroup_namePrefix (23.02s)
=== CONT  TestAccRDSOptionGroup_timeoutBlock
--- PASS: TestAccRDSOptionGroup_timeoutBlock (22.38s)
=== CONT  TestAccRDSOptionGroup_sqlServerOptionsUpdate
--- PASS: TestAccRDSOptionGroup_sqlServerOptionsUpdate (41.29s)
=== CONT  TestAccRDSOptionGroup_oracleOptionsUpdate
--- PASS: TestAccRDSOptionGroup_oracleOptionsUpdate (42.89s)
--- PASS: TestAccRDSOptionGroup_basicDestroyWithInstance (605.32s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	788.032s
% make testacc TESTARGS='-run=TestAccRDSCluster_basic\|TestAccRDSCluster_identifierGenerated\|TestAccRDSCluster_identifierPrefix\|TestAccRDSCluster_tags' 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=TestAccRDSCluster_basic\|TestAccRDSCluster_identifierGenerated\|TestAccRDSCluster_identifierPrefix\|TestAccRDSCluster_tags -timeout 360m
=== RUN   TestAccRDSCluster_basic
=== PAUSE TestAccRDSCluster_basic
=== RUN   TestAccRDSCluster_identifierGenerated
=== PAUSE TestAccRDSCluster_identifierGenerated
=== RUN   TestAccRDSCluster_identifierPrefix
=== PAUSE TestAccRDSCluster_identifierPrefix
=== RUN   TestAccRDSCluster_tags
=== PAUSE TestAccRDSCluster_tags
=== CONT  TestAccRDSCluster_basic
=== CONT  TestAccRDSCluster_identifierPrefix
--- PASS: TestAccRDSCluster_basic (155.13s)
=== CONT  TestAccRDSCluster_tags
--- PASS: TestAccRDSCluster_identifierPrefix (156.37s)
=== CONT  TestAccRDSCluster_identifierGenerated
--- PASS: TestAccRDSCluster_identifierGenerated (144.93s)
--- PASS: TestAccRDSCluster_tags (227.74s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	389.381s
% make testacc TESTARGS='-run=TestAccRDSClusterInstance_basic\|TestAccRDSClusterInstance_identifierGenerated\|TestAccRDSClusterInstance_identifierPrefix' 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=TestAccRDSClusterInstance_basic\|TestAccRDSClusterInstance_identifierGenerated\|TestAccRDSClusterInstance_identifierPrefix -timeout 360m
=== RUN   TestAccRDSClusterInstance_basic
=== PAUSE TestAccRDSClusterInstance_basic
=== RUN   TestAccRDSClusterInstance_identifierGenerated
=== PAUSE TestAccRDSClusterInstance_identifierGenerated
=== RUN   TestAccRDSClusterInstance_identifierPrefix
=== PAUSE TestAccRDSClusterInstance_identifierPrefix
=== CONT  TestAccRDSClusterInstance_basic
=== CONT  TestAccRDSClusterInstance_identifierPrefix
--- PASS: TestAccRDSClusterInstance_identifierPrefix (1455.46s)
=== CONT  TestAccRDSClusterInstance_identifierGenerated
--- PASS: TestAccRDSClusterInstance_basic (1593.49s)
--- PASS: TestAccRDSClusterInstance_identifierGenerated (1480.45s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	2941.335s
% make testacc TESTARGS='-run=TestAccIAMOpenIDConnectProvider_tags' PKG=iam ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iam/... -v -count 1 -parallel 2  -run=TestAccIAMOpenIDConnectProvider_tags -timeout 360m
=== RUN   TestAccIAMOpenIDConnectProvider_tags
=== PAUSE TestAccIAMOpenIDConnectProvider_tags
=== CONT  TestAccIAMOpenIDConnectProvider_tags
--- PASS: TestAccIAMOpenIDConnectProvider_tags (71.56s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	79.098s
% make testacc TESTARGS='-run=TestAccLogsGroup_namePrefix' PKG=logs ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/logs/... -v -count 1 -parallel 2  -run=TestAccLogsGroup_namePrefix -timeout 360m
=== RUN   TestAccLogsGroup_namePrefix
=== PAUSE TestAccLogsGroup_namePrefix
=== CONT  TestAccLogsGroup_namePrefix
--- PASS: TestAccLogsGroup_namePrefix (22.50s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/logs	27.950s
% make testacc TESTARGS='-run=TestAccIAMPolicy_namePrefix' PKG=iam ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iam/... -v -count 1 -parallel 2  -run=TestAccIAMPolicy_namePrefix -timeout 360m
=== RUN   TestAccIAMPolicy_namePrefix
=== PAUSE TestAccIAMPolicy_namePrefix
=== CONT  TestAccIAMPolicy_namePrefix
--- PASS: TestAccIAMPolicy_namePrefix (36.17s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	48.307s
% make testacc TESTARGS='-run=TestAccSignerSigningProfile_' PKG=signer ACCTEST_PARALLELISM=2 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/signer/... -v -count 1 -parallel 2  -run=TestAccSignerSigningProfile_ -timeout 360m
=== RUN   TestAccSignerSigningProfile_basic
=== PAUSE TestAccSignerSigningProfile_basic
=== RUN   TestAccSignerSigningProfile_disappears
=== PAUSE TestAccSignerSigningProfile_disappears
=== RUN   TestAccSignerSigningProfile_nameGenerated
=== PAUSE TestAccSignerSigningProfile_nameGenerated
=== RUN   TestAccSignerSigningProfile_namePrefix
=== PAUSE TestAccSignerSigningProfile_namePrefix
=== RUN   TestAccSignerSigningProfile_tags
=== PAUSE TestAccSignerSigningProfile_tags
=== RUN   TestAccSignerSigningProfile_signatureValidityPeriod
=== PAUSE TestAccSignerSigningProfile_signatureValidityPeriod
=== CONT  TestAccSignerSigningProfile_basic
=== CONT  TestAccSignerSigningProfile_namePrefix
--- PASS: TestAccSignerSigningProfile_basic (24.64s)
=== CONT  TestAccSignerSigningProfile_signatureValidityPeriod
--- PASS: TestAccSignerSigningProfile_namePrefix (24.70s)
=== CONT  TestAccSignerSigningProfile_tags
--- PASS: TestAccSignerSigningProfile_signatureValidityPeriod (20.79s)
=== CONT  TestAccSignerSigningProfile_nameGenerated
--- PASS: TestAccSignerSigningProfile_nameGenerated (24.50s)
=== CONT  TestAccSignerSigningProfile_disappears
--- PASS: TestAccSignerSigningProfile_tags (58.15s)
--- PASS: TestAccSignerSigningProfile_disappears (18.64s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/signer	93.865s
% make testacc TESTARGS='-run=TestAccSignerSigningProfilePermission_' PKG=signer ACCTEST_PARALLELISM=2 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/signer/... -v -count 1 -parallel 2  -run=TestAccSignerSigningProfilePermission_ -timeout 360m
=== RUN   TestAccSignerSigningProfilePermission_basic
=== PAUSE TestAccSignerSigningProfilePermission_basic
=== RUN   TestAccSignerSigningProfilePermission_disappears
=== PAUSE TestAccSignerSigningProfilePermission_disappears
=== RUN   TestAccSignerSigningProfilePermission_statementIDGenerated
=== PAUSE TestAccSignerSigningProfilePermission_statementIDGenerated
=== RUN   TestAccSignerSigningProfilePermission_statementIDPrefix
=== PAUSE TestAccSignerSigningProfilePermission_statementIDPrefix
=== RUN   TestAccSignerSigningProfilePermission_getSigningProfile
=== PAUSE TestAccSignerSigningProfilePermission_getSigningProfile
=== RUN   TestAccSignerSigningProfilePermission_StartSigningJob_getSP
=== PAUSE TestAccSignerSigningProfilePermission_StartSigningJob_getSP
=== CONT  TestAccSignerSigningProfilePermission_basic
=== CONT  TestAccSignerSigningProfilePermission_statementIDPrefix
--- PASS: TestAccSignerSigningProfilePermission_statementIDPrefix (27.84s)
=== CONT  TestAccSignerSigningProfilePermission_statementIDGenerated
--- PASS: TestAccSignerSigningProfilePermission_basic (27.86s)
=== CONT  TestAccSignerSigningProfilePermission_disappears
--- PASS: TestAccSignerSigningProfilePermission_disappears (23.56s)
=== CONT  TestAccSignerSigningProfilePermission_StartSigningJob_getSP
--- PASS: TestAccSignerSigningProfilePermission_statementIDGenerated (26.76s)
=== CONT  TestAccSignerSigningProfilePermission_getSigningProfile
--- PASS: TestAccSignerSigningProfilePermission_StartSigningJob_getSP (23.64s)
--- PASS: TestAccSignerSigningProfilePermission_getSigningProfile (39.32s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/signer	98.901s

% make testacc TESTARGS='-run=TestAccS3Bucket_Basic_emptyString\|TestAccS3Bucket_Basic_namePrefix\|TestAccS3Bucket_Basic_nameGenerated' PKG=s3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3Bucket_Basic_emptyString\|TestAccS3Bucket_Basic_namePrefix\|TestAccS3Bucket_Basic_nameGenerated -timeout 360m
=== RUN   TestAccS3Bucket_Basic_emptyString
=== PAUSE TestAccS3Bucket_Basic_emptyString
=== RUN   TestAccS3Bucket_Basic_nameGenerated
=== PAUSE TestAccS3Bucket_Basic_nameGenerated
=== RUN   TestAccS3Bucket_Basic_namePrefix
=== PAUSE TestAccS3Bucket_Basic_namePrefix
=== CONT  TestAccS3Bucket_Basic_emptyString
=== CONT  TestAccS3Bucket_Basic_namePrefix
=== CONT  TestAccS3Bucket_Basic_nameGenerated
--- PASS: TestAccS3Bucket_Basic_emptyString (33.09s)
--- PASS: TestAccS3Bucket_Basic_nameGenerated (33.14s)
--- PASS: TestAccS3Bucket_Basic_namePrefix (33.16s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	38.116s
% make testacc TESTARGS='-run=TestAccCloudFrontPublicKey_' PKG=cloudfront ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 2  -run=TestAccCloudFrontPublicKey_ -timeout 360m
=== RUN   TestAccCloudFrontPublicKey_basic
=== PAUSE TestAccCloudFrontPublicKey_basic
=== RUN   TestAccCloudFrontPublicKey_disappears
=== PAUSE TestAccCloudFrontPublicKey_disappears
=== RUN   TestAccCloudFrontPublicKey_namePrefix
=== PAUSE TestAccCloudFrontPublicKey_namePrefix
=== RUN   TestAccCloudFrontPublicKey_update
=== PAUSE TestAccCloudFrontPublicKey_update
=== CONT  TestAccCloudFrontPublicKey_basic
=== CONT  TestAccCloudFrontPublicKey_namePrefix
--- PASS: TestAccCloudFrontPublicKey_namePrefix (22.86s)
=== CONT  TestAccCloudFrontPublicKey_disappears
--- PASS: TestAccCloudFrontPublicKey_basic (22.92s)
=== CONT  TestAccCloudFrontPublicKey_update
--- PASS: TestAccCloudFrontPublicKey_disappears (18.28s)
--- PASS: TestAccCloudFrontPublicKey_update (38.39s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront	66.254s
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/XL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/s3 Issues and PRs that pertain to the s3 service. service/sns Issues and PRs that pertain to the sns service. service/sqs Issues and PRs that pertain to the sqs service. service/cloudfront Issues and PRs that pertain to the cloudfront service. create Pertains to generating names, hashcodes, etc. labels Oct 9, 2023
@terraform-aws-provider terraform-aws-provider bot added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Oct 9, 2023
% make testacc TESTARGS='-run=TestAccRDSCluster_basic\|TestAccRDSCluster_identifierGenerated\|TestAccRDSCluster_identifierPrefix\|TestAccRDSCluster_tags' 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=TestAccRDSCluster_basic\|TestAccRDSCluster_identifierGenerated\|TestAccRDSCluster_identifierPrefix\|TestAccRDSCluster_tags -timeout 360m
=== RUN   TestAccRDSCluster_basic
=== PAUSE TestAccRDSCluster_basic
=== RUN   TestAccRDSCluster_identifierGenerated
=== PAUSE TestAccRDSCluster_identifierGenerated
=== RUN   TestAccRDSCluster_identifierPrefix
=== PAUSE TestAccRDSCluster_identifierPrefix
=== RUN   TestAccRDSCluster_tags
=== PAUSE TestAccRDSCluster_tags
=== CONT  TestAccRDSCluster_basic
=== CONT  TestAccRDSCluster_identifierPrefix
--- PASS: TestAccRDSCluster_basic (155.13s)
=== CONT  TestAccRDSCluster_tags
--- PASS: TestAccRDSCluster_identifierPrefix (156.37s)
=== CONT  TestAccRDSCluster_identifierGenerated
--- PASS: TestAccRDSCluster_identifierGenerated (144.93s)
--- PASS: TestAccRDSCluster_tags (227.74s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	389.381s
% make testacc TESTARGS='-run=TestAccRDSClusterInstance_basic\|TestAccRDSClusterInstance_identifierGenerated\|TestAccRDSClusterInstance_identifierPrefix' 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=TestAccRDSClusterInstance_basic\|TestAccRDSClusterInstance_identifierGenerated\|TestAccRDSClusterInstance_identifierPrefix -timeout 360m
=== RUN   TestAccRDSClusterInstance_basic
=== PAUSE TestAccRDSClusterInstance_basic
=== RUN   TestAccRDSClusterInstance_identifierGenerated
=== PAUSE TestAccRDSClusterInstance_identifierGenerated
=== RUN   TestAccRDSClusterInstance_identifierPrefix
=== PAUSE TestAccRDSClusterInstance_identifierPrefix
=== CONT  TestAccRDSClusterInstance_basic
=== CONT  TestAccRDSClusterInstance_identifierPrefix
--- PASS: TestAccRDSClusterInstance_identifierPrefix (1455.46s)
=== CONT  TestAccRDSClusterInstance_identifierGenerated
--- PASS: TestAccRDSClusterInstance_basic (1593.49s)
--- PASS: TestAccRDSClusterInstance_identifierGenerated (1480.45s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	2941.335s
% make testacc TESTARGS='-run=TestAccSignerSigningProfile_' PKG=signer ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/signer/... -v -count 1 -parallel 2  -run=TestAccSignerSigningProfile_ -timeout 360m
=== RUN   TestAccSignerSigningProfile_basic
=== PAUSE TestAccSignerSigningProfile_basic
=== RUN   TestAccSignerSigningProfile_disappears
=== PAUSE TestAccSignerSigningProfile_disappears
=== RUN   TestAccSignerSigningProfile_nameGenerated
=== PAUSE TestAccSignerSigningProfile_nameGenerated
=== RUN   TestAccSignerSigningProfile_namePrefix
=== PAUSE TestAccSignerSigningProfile_namePrefix
=== RUN   TestAccSignerSigningProfile_tags
=== PAUSE TestAccSignerSigningProfile_tags
=== RUN   TestAccSignerSigningProfile_signatureValidityPeriod
=== PAUSE TestAccSignerSigningProfile_signatureValidityPeriod
=== CONT  TestAccSignerSigningProfile_basic
=== CONT  TestAccSignerSigningProfile_namePrefix
--- PASS: TestAccSignerSigningProfile_basic (24.64s)
=== CONT  TestAccSignerSigningProfile_signatureValidityPeriod
--- PASS: TestAccSignerSigningProfile_namePrefix (24.70s)
=== CONT  TestAccSignerSigningProfile_tags
--- PASS: TestAccSignerSigningProfile_signatureValidityPeriod (20.79s)
=== CONT  TestAccSignerSigningProfile_nameGenerated
--- PASS: TestAccSignerSigningProfile_nameGenerated (24.50s)
=== CONT  TestAccSignerSigningProfile_disappears
--- PASS: TestAccSignerSigningProfile_tags (58.15s)
--- PASS: TestAccSignerSigningProfile_disappears (18.64s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/signer	93.865s
% make testacc TESTARGS='-run=TestAccSignerSigningProfilePermission_' PKG=signer ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/signer/... -v -count 1 -parallel 2  -run=TestAccSignerSigningProfilePermission_ -timeout 360m
=== RUN   TestAccSignerSigningProfilePermission_basic
=== PAUSE TestAccSignerSigningProfilePermission_basic
=== RUN   TestAccSignerSigningProfilePermission_disappears
=== PAUSE TestAccSignerSigningProfilePermission_disappears
=== RUN   TestAccSignerSigningProfilePermission_statementIDGenerated
=== PAUSE TestAccSignerSigningProfilePermission_statementIDGenerated
=== RUN   TestAccSignerSigningProfilePermission_statementIDPrefix
=== PAUSE TestAccSignerSigningProfilePermission_statementIDPrefix
=== RUN   TestAccSignerSigningProfilePermission_getSigningProfile
=== PAUSE TestAccSignerSigningProfilePermission_getSigningProfile
=== RUN   TestAccSignerSigningProfilePermission_StartSigningJob_getSP
=== PAUSE TestAccSignerSigningProfilePermission_StartSigningJob_getSP
=== CONT  TestAccSignerSigningProfilePermission_basic
=== CONT  TestAccSignerSigningProfilePermission_statementIDPrefix
--- PASS: TestAccSignerSigningProfilePermission_statementIDPrefix (27.84s)
=== CONT  TestAccSignerSigningProfilePermission_statementIDGenerated
--- PASS: TestAccSignerSigningProfilePermission_basic (27.86s)
=== CONT  TestAccSignerSigningProfilePermission_disappears
--- PASS: TestAccSignerSigningProfilePermission_disappears (23.56s)
=== CONT  TestAccSignerSigningProfilePermission_StartSigningJob_getSP
--- PASS: TestAccSignerSigningProfilePermission_statementIDGenerated (26.76s)
=== CONT  TestAccSignerSigningProfilePermission_getSigningProfile
--- PASS: TestAccSignerSigningProfilePermission_StartSigningJob_getSP (23.64s)
--- PASS: TestAccSignerSigningProfilePermission_getSigningProfile (39.32s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/signer	98.901s
@github-actions github-actions bot added service/rds Issues and PRs that pertain to the rds service. service/pinpoint Issues and PRs that pertain to the pinpoint service. service/signer Issues and PRs that pertain to the signer service. service/logs Issues and PRs that pertain to the logs service. labels Oct 18, 2023
@ewbankkit ewbankkit changed the title [WIP] Support import of _prefix arguments Support import of _prefix arguments Oct 18, 2023
@ewbankkit ewbankkit merged commit f301079 into main Oct 18, 2023
72 checks passed
@ewbankkit ewbankkit deleted the f-importing_prefix branch October 18, 2023 21:03
@github-actions github-actions bot added this to the v5.22.0 milestone Oct 18, 2023
github-actions bot pushed a commit that referenced this pull request Oct 18, 2023
@github-actions
Copy link

This functionality has been released in v5.22.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!

Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
create Pertains to generating names, hashcodes, etc. documentation Introduces or discusses updates to documentation. prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. service/cloudfront Issues and PRs that pertain to the cloudfront service. service/docdb Issues and PRs that pertain to the docdb service. service/elb Issues and PRs that pertain to the elb service. service/elbv2 Issues and PRs that pertain to the elbv2 service. service/emr Issues and PRs that pertain to the emr service. service/iam Issues and PRs that pertain to the iam service. service/lightsail Issues and PRs that pertain to the lightsail service. service/logs Issues and PRs that pertain to the logs service. service/neptune Issues and PRs that pertain to the neptune service. service/pinpoint Issues and PRs that pertain to the pinpoint service. service/rds Issues and PRs that pertain to the rds service. service/s3 Issues and PRs that pertain to the s3 service. service/signer Issues and PRs that pertain to the signer service. service/sns Issues and PRs that pertain to the sns service. service/sqs Issues and PRs that pertain to the sqs service. size/XL Managed by automation to categorize the size of a PR. sweeper Pertains to changes to or issues with the sweeper. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
1 participant