-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[bugfix] aws_elasticache_serverless_cache: stop recreating serverless cache if upgrading from valkey 7 to 8 #45087
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?
[bugfix] aws_elasticache_serverless_cache: stop recreating serverless cache if upgrading from valkey 7 to 8 #45087
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. |
|
✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible. |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Description
Previously these actions were forcing replacement of the elasticache serverless resource:
After the current changes in the code, it will be in-place update without recreating resource that follows inteded behaviour of aws console.
Relations
Closes #41644
Closes #45204
References
Output from Acceptance Testing