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/aws_mq_broker: Fix v5.32.0 regression panic interface conversion: interface {} is *schema.Set, not []string #35265

Merged
merged 4 commits into from
Jan 12, 2024

Commits on Jan 12, 2024

  1. r/aws_mq_broker: Fix 'panic: interface conversion: interface {} is *s…

    …chema.Set, not []string' panic in 'resourceUserHash'.
    ewbankkit committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1c61a74 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a09ad04 View commit details
    Browse the repository at this point in the history
  3. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccMQBroker_Update_users' PKG=mq
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/mq/... -v -count 1 -parallel 20  -run=TestAccMQBroker_Update_users -timeout 360m
    === RUN   TestAccMQBroker_Update_users
    === PAUSE TestAccMQBroker_Update_users
    === CONT  TestAccMQBroker_Update_users
    --- PASS: TestAccMQBroker_Update_users (1408.39s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/mq	1415.290s
    ewbankkit committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8896ce5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf79e49 View commit details
    Browse the repository at this point in the history