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

fix: Align name and name_prefix validation with AWS API for aws_db_event_subscription #38194

Merged

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    03e17e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    46716cd View commit details
    Browse the repository at this point in the history
  2. Tweak CHANGELOG entry.

    ewbankkit committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4aebc34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87fc835 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    255e029 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1771874 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3301f00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc0d5b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3760461 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6173756 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2424c8e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c4f218 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    262fd6d View commit details
    Browse the repository at this point in the history
  13. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccMetaService_' PKG=meta
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.22.6 test ./internal/service/meta/... -v -count 1 -parallel 20  -run=TestAccMetaService_ -timeout 360m
    === RUN   TestAccMetaService_basic
    === PAUSE TestAccMetaService_basic
    === RUN   TestAccMetaService_byReverseDNSName
    === PAUSE TestAccMetaService_byReverseDNSName
    === RUN   TestAccMetaService_byDNSName
    === PAUSE TestAccMetaService_byDNSName
    === RUN   TestAccMetaService_byParts
    === PAUSE TestAccMetaService_byParts
    === RUN   TestAccMetaService_unsupported
    === PAUSE TestAccMetaService_unsupported
    === CONT  TestAccMetaService_basic
    === CONT  TestAccMetaService_byDNSName
    === CONT  TestAccMetaService_byParts
    === CONT  TestAccMetaService_unsupported
    === CONT  TestAccMetaService_byReverseDNSName
    --- PASS: TestAccMetaService_basic (12.25s)
    --- PASS: TestAccMetaService_byReverseDNSName (12.25s)
    --- PASS: TestAccMetaService_byDNSName (12.32s)
    --- PASS: TestAccMetaService_unsupported (12.32s)
    --- PASS: TestAccMetaService_byParts (12.41s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/meta	17.668s
    ewbankkit committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b7648de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    512556b View commit details
    Browse the repository at this point in the history
  15. Fix golangi-lint 'unused'.

    ewbankkit committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e18d470 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    011b745 View commit details
    Browse the repository at this point in the history