Skip to content
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

Include --force parameter on destroy #163

Open
adrianriobo opened this issue Nov 17, 2023 · 0 comments
Open

Include --force parameter on destroy #163

adrianriobo opened this issue Nov 17, 2023 · 0 comments

Comments

@adrianriobo
Copy link
Contributor

It could happens that during the create operation the execution is stopped (for whatever reason) if that happens the pulumi state is partially stored, and also it is marked as lock.

If we want to destroy based on the state we need to remove the lock, we can do that manually removing the content at .pulumi/locks

The idea is to add a parameter --force on destroy, to force remove the locks in case it exists and prevent destroying the resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant