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

Migrate Redshift Serverless resources to AWS SDK v2 #38851

Merged

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    af8a19e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf7b284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f307c31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f426059 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56eb794 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d879ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a69d2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b38c333 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe37a3d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d65444 View commit details
    Browse the repository at this point in the history
  11. feat: migrate sweepers

    DanielRieske committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    416434d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    25173f7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ddf7702 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f257d1 View commit details
    Browse the repository at this point in the history
  15. fix: `TestAccRedshiftServerlessWorkgroup_baseAndMaxCapacityAndPublicl…

    …yAccessible` you need a snapshot to be able to update the capacity. During the creation of this `conflictExceptions` occur. We already retry on the deletion for it so it makes sense for update aswell.
    
    make testacc TESTARGS='-run=TestAccRedshiftServerlessWorkgroup_baseAndMaxCapacityAndPubliclyAccessible' PKG=redshiftserverless
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.22.6 test ./internal/service/redshiftserverless/... -v -count 1 -parallel 20  -run=TestAccRedshiftServerlessWorkgroup_baseAndMaxCapacityAndPubliclyAccessible -timeout 360m
    === RUN   TestAccRedshiftServerlessWorkgroup_baseAndMaxCapacityAndPubliclyAccessible
    === PAUSE TestAccRedshiftServerlessWorkgroup_baseAndMaxCapacityAndPubliclyAccessible
    === CONT  TestAccRedshiftServerlessWorkgroup_baseAndMaxCapacityAndPubliclyAccessible
    --- PASS: TestAccRedshiftServerlessWorkgroup_baseAndMaxCapacityAndPubliclyAccessible (2002.95s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/redshiftserverless 2007.594s
    DanielRieske committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    20ba336 View commit details
    Browse the repository at this point in the history