Skip to content

Instantly share code, notes, and snippets.

@bskim45
Last active October 20, 2023 09:24
Show Gist options
  • Save bskim45/15ae8e87250ce8d5d6e552a988205e58 to your computer and use it in GitHub Desktop.
Save bskim45/15ae8e87250ce8d5d6e552a988205e58 to your computer and use it in GitHub Desktop.
atlantis cheatsheet

atlantis cheatsheet

Plan/apply only for a target resource

atlantis plan -d path/to/workspace -- -target target_resource

Destroy a workspace

atlantis plan -d path/to/workspace -- -destroy

atlantis apply -d path/to/workspace

"refresh only" plan

atlantis plan -d path/to/workspace -- -refresh-only

atlantis apply -d path/to/workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment