-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
core: Add terraform state rm
command
#8200
Conversation
Also fixes #8066. |
@jen20 build failing, maybe a bad merge? |
This should be better, fixing up the merge conflicts left us without a trailing |
|
This commit adds the `state rm` command for removing an address from state. It is the result of a rebase from pull-request #5953 which was lost at some point during the Terraform 0.7 feature branch merges.
8th time should be the charm... |
Removing sort as it was imported and not used
Thanks for fixing this up @stack72, I swear it built here but apparently not... |
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This was previously merged in #5953, however was lost at some point during the Terraform 0.7 feature branch merge. This has resulted in a variety of issues and pull requests, so this pull request fixes #8060 and fixes #8088.