fix: Use create_before_destroy lifecycle on parameter groups to support major version upgrades - #354
Merged
bryantbiggs merged 1 commit intoFeb 6, 2023
Conversation
…rt major version upgrades terraform-aws-modules#353
create_before_destroy lifecycle on parameter groups to support major version upgrades
bryantbiggs
approved these changes
Feb 6, 2023
antonbabenko
pushed a commit
that referenced
this pull request
Feb 6, 2023
### [7.6.1](v7.6.0...v7.6.1) (2023-02-06) ### Bug Fixes * Use `create_before_destroy` lifecycle on parameter groups to support major version upgrades ([#354](#354)) ([97c417a](97c417a))
Member
|
This PR is included in version 7.6.1 🎉 |
|
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. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Use the create_before_destroy lifecycle setting for the parameter groups so that major version updates are possible.
Motivation and Context
It enables major version upgrades.
It fixes: #353
Breaking Changes
No breaking changes.
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request