-
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
fix(aws_mq_broker): Do not reboot on changes to maintenance_window_start_time
or auto_minor_version_upgrade
#36506
Conversation
Community NoteVoting for Prioritization
For Submitters
|
6caea9a
to
decd1ed
Compare
maintenance_window_start_time
or auto_minor_version_upgrade
changesmaintenance_window_start_time
or auto_minor_version_upgrade
changes
maintenance_window_start_time
or auto_minor_version_upgrade
changesmaintenance_window_start_time
or auto_minor_version_upgrade
…tart_time` or `auto_minor_version_upgrade`
decd1ed
to
fda6f7b
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 good! 🚀
--- PASS: TestAccMQBroker_RabbitMQ_basic (624.25s)
--- PASS: TestAccMQBroker_RabbitMQ_logs (676.49s)
--- PASS: TestAccMQBroker_RabbitMQ_config (703.18s)
--- PASS: TestAccMQBroker_RabbitMQ_validationAuditLog (767.99s)
--- PASS: TestAccMQBroker_throughputOptimized (789.47s)
--- PASS: TestAccMQBroker_RabbitMQ_cluster (789.98s)
--- PASS: TestAccMQBroker_EncryptionOptions_kmsKeyID (802.75s)
--- PASS: TestAccMQBroker_basic (843.52s)
--- PASS: TestAccMQBroker_disappears (882.31s)
--- PASS: TestAccMQBroker_EncryptionOptions_managedKeyEnabled (885.45s)
--- PASS: TestAccMQBroker_tags (889.45s)
--- PASS: TestAccMQBroker_EncryptionOptions_managedKeyDisabled (895.46s)
--- PASS: TestAccMQBroker_ldap (912.36s)
--- PASS: TestAccMQBroker_Update_securityGroup (1056.56s)
--- PASS: TestAccMQBroker_Update_engineVersion (1137.93s)
--- PASS: TestAccMQBroker_Update_users (1247.94s)
--- PASS: TestAccMQBroker_Update_hostInstanceType (1387.90s)
--- PASS: TestAccMQBroker_AllFields_customVPC (1525.25s)
--- PASS: TestAccMQBroker_AllFields_defaultVPC (1586.22s)
--- PASS: TestAccMQBroker_dataReplicationMode (1786.56s)
This functionality has been released in v5.53.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Rebooting the Amazon MQ broker is not necessary for modifications to
maintenance_window_start_time
or toauto_minor_version_upgrade
. These changes take effect immediately.