-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Updated Amazon MQ functionality #16261
Updated Amazon MQ functionality #16261
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @lucastetreault 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
@lucastetreault Once they merge PR #16108, you can pull and update |
@lucastetreault Thank you for this PR! We have performed significant reworking in #16108, which has been merged. While some of the same features were merged with that PR, you have excellent acceptance tests we'd love to be able to merge. If you have a chance, please rebase and give the code a once over to see if there are additional improvements. |
- Add support for RabbitMQ - Add support for LDAP Authentication - Add support for EBS storage type - Make security groups optional since it will use the default one if omitted
27cadc7
to
6a6c996
Compare
9efbdfc
to
180dedf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you.
Acceptance tests on commercial partition (us-west-2
):
--- PASS: TestAccAWSMqBroker_allFieldsCustomVpc (1587.35s)
--- PASS: TestAccAWSMqBroker_allFieldsDefaultVpc (1649.70s)
--- PASS: TestAccAWSMqBroker_basic (1098.21s)
--- PASS: TestAccAWSMqBroker_clusterRabbitMQ (698.27s)
--- PASS: TestAccAWSMqBroker_disappears (1176.88s)
--- PASS: TestAccAWSMqBroker_EncryptionOptions_KmsKeyId (1099.69s)
--- PASS: TestAccAWSMqBroker_EncryptionOptions_UseAwsOwnedKey_Disabled (1091.11s)
--- PASS: TestAccAWSMqBroker_EncryptionOptions_UseAwsOwnedKey_Enabled (1091.33s)
--- PASS: TestAccAWSMqBroker_ldap (1096.64s)
--- PASS: TestAccAWSMqBroker_rabbitmq (577.41s)
--- PASS: TestAccAWSMqBroker_tags (1109.23s)
--- PASS: TestAccAWSMqBroker_throughputOptimized (627.94s)
--- PASS: TestAccAWSMqBroker_updateEngineVersion (1188.06s)
--- PASS: TestAccAWSMqBroker_updateSecurityGroup (1189.04s)
--- PASS: TestAccAWSMqBroker_updateUsers (1191.79s)
NOTE: (I added a note to the documentation also but for future travelers, I'll explain more here.) After trying both |
This has been released in version 3.32.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates #16108
Release note for CHANGELOG:
Output from acceptance testing: