-
Notifications
You must be signed in to change notification settings - Fork 345
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
[PR #2391/86b91827 backport][stable-8] cloudformation: Fix bug when updating stack's termination_protection with create_changeset set #2441
Conversation
…with create_changeset set (#2391) SUMMARY Fixes #2149 Fix bug where termination protection is not updated when create_changeset=true is used for stack updates ISSUE TYPE Bugfix Pull Request COMPONENT NAME cloudformation ADDITIONAL INFORMATION Reviewed-by: Helen Bailey <[email protected]> Reviewed-by: Bikouo Aubin Reviewed-by: GomathiselviS <[email protected]> (cherry picked from commit 86b9182)
Build failed.
|
recheck |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 32s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 8m 06s |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
This is a backport of PR #2391 as merged into main (86b9182).
SUMMARY
Fixes #2149
Fix bug where termination protection is not updated when create_changeset=true is used for stack updates
ISSUE TYPE
COMPONENT NAME
cloudformation
ADDITIONAL INFORMATION