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

d/aws_secretsmanager_secrets - new data source #24514

Merged

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    95d9d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef866e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Implement acceptance test

    kamilturek committed May 3, 2022
    Configuration menu
    Copy the full SHA
    ba7e702 View commit details
    Browse the repository at this point in the history
  2. Create docs page

    kamilturek committed May 3, 2022
    Configuration menu
    Copy the full SHA
    25a3883 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    kamilturek committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a6b0d4a View commit details
    Browse the repository at this point in the history
  4. Fix example usage code

    kamilturek committed May 3, 2022
    Configuration menu
    Copy the full SHA
    8dbf4ac View commit details
    Browse the repository at this point in the history
  5. Compose configs in test

    kamilturek committed May 3, 2022
    Configuration menu
    Copy the full SHA
    d771499 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dc26ef View commit details
    Browse the repository at this point in the history
  7. Check for reading error

    kamilturek committed May 3, 2022
    Configuration menu
    Copy the full SHA
    0631a94 View commit details
    Browse the repository at this point in the history
  8. r/aws_secretsmanager_secret: Add and use 'FindSecretByID'.

    Acceptance test output:
    
    % make testacc TESTS=TestAccSecretsManagerSecret_ PKG=secretsmanager ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/secretsmanager/... -v -count 1 -parallel 2 -run='TestAccSecretsManagerSecret_'  -timeout 180m
    === RUN   TestAccSecretsManagerSecret_basic
    === PAUSE TestAccSecretsManagerSecret_basic
    === RUN   TestAccSecretsManagerSecret_withNamePrefix
    === PAUSE TestAccSecretsManagerSecret_withNamePrefix
    === RUN   TestAccSecretsManagerSecret_description
    === PAUSE TestAccSecretsManagerSecret_description
    === RUN   TestAccSecretsManagerSecret_basicReplica
    === PAUSE TestAccSecretsManagerSecret_basicReplica
    === RUN   TestAccSecretsManagerSecret_overwriteReplica
    === PAUSE TestAccSecretsManagerSecret_overwriteReplica
    === RUN   TestAccSecretsManagerSecret_kmsKeyID
    === PAUSE TestAccSecretsManagerSecret_kmsKeyID
    === RUN   TestAccSecretsManagerSecret_RecoveryWindowInDays_recreate
    === PAUSE TestAccSecretsManagerSecret_RecoveryWindowInDays_recreate
    === RUN   TestAccSecretsManagerSecret_rotationLambdaARN
    === PAUSE TestAccSecretsManagerSecret_rotationLambdaARN
    === RUN   TestAccSecretsManagerSecret_rotationRules
    === PAUSE TestAccSecretsManagerSecret_rotationRules
    === RUN   TestAccSecretsManagerSecret_tags
    === PAUSE TestAccSecretsManagerSecret_tags
    === RUN   TestAccSecretsManagerSecret_policy
    === PAUSE TestAccSecretsManagerSecret_policy
    === CONT  TestAccSecretsManagerSecret_basic
    === CONT  TestAccSecretsManagerSecret_RecoveryWindowInDays_recreate
    --- PASS: TestAccSecretsManagerSecret_basic (18.42s)
    === CONT  TestAccSecretsManagerSecret_basicReplica
    --- PASS: TestAccSecretsManagerSecret_RecoveryWindowInDays_recreate (27.96s)
    === CONT  TestAccSecretsManagerSecret_kmsKeyID
    --- PASS: TestAccSecretsManagerSecret_basicReplica (16.00s)
    === CONT  TestAccSecretsManagerSecret_overwriteReplica
    --- PASS: TestAccSecretsManagerSecret_kmsKeyID (28.97s)
    === CONT  TestAccSecretsManagerSecret_description
    --- PASS: TestAccSecretsManagerSecret_description (27.78s)
    === CONT  TestAccSecretsManagerSecret_tags
    --- PASS: TestAccSecretsManagerSecret_overwriteReplica (52.84s)
    === CONT  TestAccSecretsManagerSecret_policy
    --- PASS: TestAccSecretsManagerSecret_tags (51.72s)
    === CONT  TestAccSecretsManagerSecret_withNamePrefix
    --- PASS: TestAccSecretsManagerSecret_policy (52.35s)
    === CONT  TestAccSecretsManagerSecret_rotationRules
    --- PASS: TestAccSecretsManagerSecret_withNamePrefix (15.90s)
    === CONT  TestAccSecretsManagerSecret_rotationLambdaARN
    --- PASS: TestAccSecretsManagerSecret_rotationRules (55.66s)
    --- PASS: TestAccSecretsManagerSecret_rotationLambdaARN (54.30s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/secretsmanager	210.547s
    ewbankkit committed May 3, 2022
    Configuration menu
    Copy the full SHA
    39e1b7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e5ec120 View commit details
    Browse the repository at this point in the history