You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
There is an "unofficial" way to destroy terraform dirs in Atlantis and by documenting this on the website it will make it official
Ideally, have a single enabled flag on every resource/module and toggle it to false and then run a directory/project specific plan & apply with --auto-merge-disabled
Or run a directory/project specific plan using atlantis plan -d/-p -- -destroy & apply with --auto-merge-disabled
After using either option above, update the pr to remove the terraform code (or inputs file), and merge.
In the future, this documentation can be expanded for the following workflows
Community Note
Describe the user story
There is an "unofficial" way to destroy terraform dirs in Atlantis and by documenting this on the website it will make it official
enabled
flag on every resource/module and toggle it tofalse
and then run a directory/project specific plan & apply with--auto-merge-disabled
atlantis plan -d/-p -- -destroy
& apply with--auto-merge-disabled
After using either option above, update the pr to remove the terraform code (or inputs file), and merge.
In the future, this documentation can be expanded for the following workflows
References
terraform destroy
#193atlantis destroy
subcommand #941The text was updated successfully, but these errors were encountered: