This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
MQ DescribeBroker call doesn't return RabbitMQ users #32
Labels
feature-request
New feature or request
mq
needs-ticket
service-api
This issue pertains to the AWS API
Originally raised at aws/aws-sdk-go#3625
Given an input.json of:
The cluster can be created using:
aws mq create-broker --cli-input-json file://input.json
And then described using:
aws mq describe-broker --broker-id b-6f570b6d-319c-4ce6-abb0-4d2068c57cf9
This shows:
Note how the
Users
array is empty. This causes problems for anything that's trying to perform drift detection, e.g. Terraform (see hashicorp/terraform-provider-aws#16751) as it now can't tell whether the correct user has been configured.The text was updated successfully, but these errors were encountered: