-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add option to prevent accidental deletion of a user pool #53
Comments
@philippta I like the idea. I'll include in the next release! |
@philippta this issue was addressed in release 0.11.0 |
@philippta I had to revert it due to #54. As soon as it fixed in the provider I will include @Waschnick implementation |
Hey @lgallard sorry if I hadn't tested the changes enough. Your link is not correct, can you tell me what the issue was? |
@Waschnick I reverted it because there were reports about people unable to do plan/apply because of You are right, the correct issue where it was reported in this project was #58! And no worries, I will include these changes as soon as the iss is fixed in the provider. Thanks for the PR!! |
This is a pretty critical issue to us as well. @lgallard do you think we could create some special fork/version history that would have it enabled by default statically? Maybe |
may be add support for this |
User pools, like databases are a critical infrastructure resource. Because of that it would be only reasonable to have an option to prevent it from being accidentally destroyed by terraform (and uncautions users).
One way to achieve this would be to add the
prevent_destroy
lifecycle argument to the user pool:It would be great if this module could offer this feature.
The text was updated successfully, but these errors were encountered: