-
Notifications
You must be signed in to change notification settings - Fork 9.7k
feat:add input argument to enable worker replacement strategy #43041
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
base: main
Are you sure you want to change the base?
feat:add input argument to enable worker replacement strategy #43041
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible. |
0e6d45d
to
1947c90
Compare
1947c90
to
5c0f423
Compare
Hey @justinretzolk
|
?? |
Any progress here? |
Seems like we all need to switch to OpenTofu like yesterday |
Description
Added support for the
worker_replacement_strategy
input argument to the module, enabling its use with AWS MWAA environments via theUpdateEnvironment
API:https://aws.amazon.com/about-aws/whats-new/2025/05/amazon-mwaa-option-update-environments-without-interrupting-task-execution/
Relations
Closes #42842
Output from Acceptance Testing
Test to verify that the worker_replacement_strategy is set to the value
GRACEFUL
:Test to verify nothing was broken previously: