-
-
Notifications
You must be signed in to change notification settings - Fork 39
feat: Set create_before_destroy
on subnet group
#29
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
Conversation
This PR has been automatically marked as stale because it has been open 30 days |
Can someone review this PR? |
closing since this is doing the opposite of what has been described |
create_before_destroy
on subnet group
## [1.6.0](v1.5.0...v1.6.0) (2025-03-30) ### Features * Set `create_before_destroy` on subnet group ([#29](#29)) ([9133f1e](9133f1e))
This PR is included in version 1.6.0 🎉 |
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. |
Description
Added
to
aws_elasticache_subnet_group.this
Motivation and Context
Tried to rename a subnet_group (because I changed the redis name) and it fails to delete, because it was in-use.
Error:
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request