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

r/s3_bucket_intelligent_tiering_configuration: New Resource #20329

Commits on Nov 10, 2021

  1. Add resource

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2801b54 View commit details
    Browse the repository at this point in the history
  2. Add filter support

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f13b54d View commit details
    Browse the repository at this point in the history
  3. Clean up logging

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    059b177 View commit details
    Browse the repository at this point in the history
  4. Expand read function

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8ee21f9 View commit details
    Browse the repository at this point in the history
  5. Add tests

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    dc9c193 View commit details
    Browse the repository at this point in the history
  6. rename to tier

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    42b7e16 View commit details
    Browse the repository at this point in the history
  7. Add acceptance tests

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    381adf2 View commit details
    Browse the repository at this point in the history
  8. Add unit tests

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e4f960e View commit details
    Browse the repository at this point in the history
  9. Fix tests

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    92b7d65 View commit details
    Browse the repository at this point in the history
  10. Add tests

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    de8d863 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ada185f View commit details
    Browse the repository at this point in the history
  12. Add unit testing to status parsing

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ddd3090 View commit details
    Browse the repository at this point in the history
  13. Add changelog

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    72e045e View commit details
    Browse the repository at this point in the history
  14. Rename changelog entry

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c600427 View commit details
    Browse the repository at this point in the history
  15. Update docs

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    23e7a1f View commit details
    Browse the repository at this point in the history
  16. Rename docs file

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3796e27 View commit details
    Browse the repository at this point in the history
  17. Add docs for enabled

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    33d9260 View commit details
    Browse the repository at this point in the history
  18. Update wording in docs

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0ec1a61 View commit details
    Browse the repository at this point in the history
  19. Add acc tests for disabled state

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    85e183b View commit details
    Browse the repository at this point in the history
  20. Change tier to required

    Daniel Pettersen authored and ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    4009cb2 View commit details
    Browse the repository at this point in the history
  21. Move new files.

    ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b8d621c View commit details
    Browse the repository at this point in the history
  22. r/aws_s3_bucket_intelligent_tiering_configuration: New code structure.

    Acceptance test output:
    
    % make testacc PKG_NAME=internal/service/s3 TESTARGS='-run=TestAccS3BucketIntelligentTieringConfiguration_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20 -run=TestAccS3BucketIntelligentTieringConfiguration_ -timeout 180m
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_basic
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_basic
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_disableBasic
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_disableBasic
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_updateBasic
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_updateBasic
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Empty
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Empty
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Prefix
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Prefix
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_WithFilter_SingleTag
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_WithFilter_SingleTag
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_WithFilter_MultipleTags
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_WithFilter_MultipleTags
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_WithFilter_PrefixAndTags
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_WithFilter_PrefixAndTags
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Remove
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Remove
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_WithTier_Empty
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_WithTier_Empty
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_basic
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_WithTier_Empty
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_WithFilter_SingleTag
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_WithFilter_MultipleTags
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Remove
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_WithFilter_PrefixAndTags
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Empty
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Prefix
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_disableBasic
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_updateBasic
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_WithTier_Empty (3.00s)
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Empty (3.18s)
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_basic (34.85s)
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_WithFilter_MultipleTags (60.70s)
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Prefix (60.70s)
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_WithFilter_Remove (60.72s)
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_disableBasic (60.72s)
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_WithFilter_SingleTag (60.72s)
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_WithFilter_PrefixAndTags (60.75s)
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_updateBasic (86.88s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	90.313s
    ewbankkit committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    9a3dcbc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    c01fe0c View commit details
    Browse the repository at this point in the history
  2. Fix terrafmt errors.

    ewbankkit committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7aac75c View commit details
    Browse the repository at this point in the history