-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement Terraform Workspace deletion. #794
Implement Terraform Workspace deletion. #794
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
4b0b8b8
to
c00c498
Compare
Hello @brikis98 , thanks a lot for the review. I've updated the PR with a bunch of your feedbacks, but I need inputs on some. Please note that I haven't squashed the commits yet, in order to allow further update or rollback as necessary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there!
Signed-off-by: Damien Duportal <[email protected]>
Co-authored-by: Yevgeniy Brikman <[email protected]>
5672783
to
c684c68
Compare
Signed-off-by: Damien Duportal <[email protected]>
Signed-off-by: Damien Duportal <[email protected]>
Ok, I've checked all your feedbacks, it should be ok (also rebased from upstream). Let me know if I missed something else. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you! Code LGTM now. I'll kick off tests.
Tests passed! Merging now. |
Hello there 👋 Thanks for this awesoe tool.
This PR fixes #583 : it implements 2 methods to handle Terraform Workspace's deletion.
Please note that deleting the workspace
default
is not supported as it triggers edgy use cases.