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

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    c72a7d1 View commit details
    Browse the repository at this point in the history
  2. Acceptance test output:

    % 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
    ewbankkit committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    eaf3a4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0b6531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    276782e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d67a437 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec04649 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88cfeb4 View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % 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
    ewbankkit committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    75165e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Add 'NameGenerator'.

    ewbankkit committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fbcd68f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99efd29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d14abaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9c3f95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    909cd85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed77070 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b978f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6e77ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a726b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    196035a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    8aacbd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18feaff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa03f89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    182e0c4 View commit details
    Browse the repository at this point in the history
  5. Acceptance test output:

    % 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_systemParameter
    === PAUSE TestAccDocDBClusterParameterGroup_systemParameter
    === RUN   TestAccDocDBClusterParameterGroup_namePrefix
    === PAUSE TestAccDocDBClusterParameterGroup_namePrefix
    === RUN   TestAccDocDBClusterParameterGroup_generatedName
    === PAUSE TestAccDocDBClusterParameterGroup_generatedName
    === RUN   TestAccDocDBClusterParameterGroup_description
    === PAUSE TestAccDocDBClusterParameterGroup_description
    === RUN   TestAccDocDBClusterParameterGroup_disappears
    === PAUSE TestAccDocDBClusterParameterGroup_disappears
    === RUN   TestAccDocDBClusterParameterGroup_parameter
    === PAUSE TestAccDocDBClusterParameterGroup_parameter
    === RUN   TestAccDocDBClusterParameterGroup_tags
    === PAUSE TestAccDocDBClusterParameterGroup_tags
    === CONT  TestAccDocDBClusterParameterGroup_basic
    === CONT  TestAccDocDBClusterParameterGroup_description
    --- PASS: TestAccDocDBClusterParameterGroup_description (26.59s)
    === CONT  TestAccDocDBClusterParameterGroup_parameter
    --- PASS: TestAccDocDBClusterParameterGroup_basic (26.70s)
    === CONT  TestAccDocDBClusterParameterGroup_tags
    --- PASS: TestAccDocDBClusterParameterGroup_parameter (41.59s)
    === CONT  TestAccDocDBClusterParameterGroup_namePrefix
    --- PASS: TestAccDocDBClusterParameterGroup_tags (58.33s)
    === CONT  TestAccDocDBClusterParameterGroup_generatedName
    --- PASS: TestAccDocDBClusterParameterGroup_namePrefix (23.62s)
    === CONT  TestAccDocDBClusterParameterGroup_systemParameter
    --- PASS: TestAccDocDBClusterParameterGroup_generatedName (23.95s)
    === CONT  TestAccDocDBClusterParameterGroup_disappears
    --- PASS: TestAccDocDBClusterParameterGroup_systemParameter (24.15s)
    --- PASS: TestAccDocDBClusterParameterGroup_disappears (17.03s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/docdb	131.473s
    ewbankkit committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4befb58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dde38f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    274bd74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ec452 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef91a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84c02d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    742207a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74bd386 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdab86a View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % 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_namePrefix
    === PAUSE TestAccDocDBSubnetGroup_namePrefix
    === RUN   TestAccDocDBSubnetGroup_generatedName
    === PAUSE TestAccDocDBSubnetGroup_generatedName
    === RUN   TestAccDocDBSubnetGroup_updateDescription
    === PAUSE TestAccDocDBSubnetGroup_updateDescription
    === CONT  TestAccDocDBSubnetGroup_basic
    === CONT  TestAccDocDBSubnetGroup_generatedName
    --- PASS: TestAccDocDBSubnetGroup_generatedName (33.34s)
    === CONT  TestAccDocDBSubnetGroup_namePrefix
    --- PASS: TestAccDocDBSubnetGroup_basic (33.36s)
    === CONT  TestAccDocDBSubnetGroup_disappears
    --- PASS: TestAccDocDBSubnetGroup_disappears (29.54s)
    === CONT  TestAccDocDBSubnetGroup_updateDescription
    --- PASS: TestAccDocDBSubnetGroup_namePrefix (33.15s)
    --- PASS: TestAccDocDBSubnetGroup_updateDescription (52.25s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/docdb	120.255s
    ewbankkit committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    c67058b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59d6de2 View commit details
    Browse the repository at this point in the history
  10. Acceptance test output:

    % 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
    ewbankkit committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    86e366c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39e8e0e View commit details
    Browse the repository at this point in the history
  12. Acceptance test output:

    % 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
    ewbankkit committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    19b25c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    631a22d View commit details
    Browse the repository at this point in the history
  2. Acceptance test output:

    % 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
    ewbankkit committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6063fa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6aedfc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Acceptance test output:

    % 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
    ewbankkit committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7239e2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e15883b View commit details
    Browse the repository at this point in the history
  3. Acceptance test output:

    % 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
    ewbankkit committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a3515db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    654ddb1 View commit details
    Browse the repository at this point in the history
  5. Acceptance test output:

     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
    ewbankkit committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5a70377 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b6e318 View commit details
    Browse the repository at this point in the history
  7. Acceptance test output:

    % 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
    ewbankkit committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1d56b04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb79a57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98dd632 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ab983f View commit details
    Browse the repository at this point in the history
  11. Acceptance test output:

    % 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
    ewbankkit committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c201d5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c9b66c5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc04d71 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9f37fe1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9fdf215 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3ae6e85 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c21d43 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1acdfa4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b3bd259 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    377814d View commit details
    Browse the repository at this point in the history
  21. Acceptance test output:

    % 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
    ewbankkit committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d575407 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b5170b2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    caa70a4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    29e15d7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c745d71 View commit details
    Browse the repository at this point in the history
  26. Acceptance test output:

    % 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
    ewbankkit committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    80f158d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    9f65ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bf81e0 View commit details
    Browse the repository at this point in the history
  3. Acceptance test output:

    % 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
    ewbankkit committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b101825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98f3490 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    804b843 View commit details
    Browse the repository at this point in the history
  6. Acceptance test output:

    % 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
    ewbankkit committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f0adad2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2471466 View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % 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
    ewbankkit committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    25b4ee9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b13095a View commit details
    Browse the repository at this point in the history
  10. Acceptance test output:

    % 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
    ewbankkit committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    78f42b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    755cff7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    680926e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da3ee85 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e38eef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c383ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    88e3411 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9e7efa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    42c560a View commit details
    Browse the repository at this point in the history
  2. Acceptance test output:

    % 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
    ewbankkit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f0154e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    613bbb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    233b771 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7cfaa6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d821e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77d3153 View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % 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
    ewbankkit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1d684ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58c699f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f90be26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a1b97e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7aa087b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    57311af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ed875b2 View commit details
    Browse the repository at this point in the history
  15. Acceptance test output:

    % 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
    ewbankkit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5328e2c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fdeacd7 View commit details
    Browse the repository at this point in the history
  17. Acceptance test output:

    % 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
    ewbankkit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4bd6672 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1cf41df View commit details
    Browse the repository at this point in the history
  19. Acceptance test output:

    % 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
    ewbankkit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    85b10de View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e4fcbf9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    510c74e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4edd137 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    242fc17 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c4860f2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e7015a9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f89a571 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    41ddc22 View commit details
    Browse the repository at this point in the history
  28. Acceptance test output:

    % 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
    ewbankkit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1351a13 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3fec82d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    af1ca14 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e55c62f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8298959 View commit details
    Browse the repository at this point in the history
  33. Acceptance test output:

    % 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
    ewbankkit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    30a14b5 View commit details
    Browse the repository at this point in the history
  34. r/aws_signer_signing_profile_permission: Add signer:SignPayload as …

    …a valid `action` value.
    ewbankkit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5632e9e View commit details
    Browse the repository at this point in the history