-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support atlantis state rm
subcommand
#273
Comments
+1 |
1 similar comment
+1 |
Hi folks who want to run terraform state mv/rm/import commands in Atlantis, |
It should be straight forward to expose the atlantis/server/events/comment_parser.go Lines 186 to 187 in 90e92e3
|
state
sub commandsatlantis state
subcommand
* wip * fix typo * Address comments * Add logs * Update server/events/output_updater.go Co-authored-by: Nish Krishnan <[email protected]> Co-authored-by: Nish Krishnan <[email protected]>
atlantis state
subcommandatlantis state rm
subcommand
The The |
In some cases (such as someone deleted a resource outside of the context of terraform) you need to be able to run a
terraform state rm $RESOURCE
command to resolve it. Another use case would be renaming a resource without performing a destroy/create would requireterraform state mv $OLD_RESOURCE $NEW_RESOURCE
.The text was updated successfully, but these errors were encountered: