Skip to content

Instantly share code, notes, and snippets.

@mw866
Last active September 4, 2024 01:26
Show Gist options
  • Save mw866/fa65ce294a2c293b8f2db53b90eea498 to your computer and use it in GitHub Desktop.
Save mw866/fa65ce294a2c293b8f2db53b90eea498 to your computer and use it in GitHub Desktop.
#terraform
terraform graph | dot -Tsvg > graph.svg
terraform plan -out=FILENAME
terraform init -upgrade
terraform get -update
# all state
terraform show
# specific state
terraform state show
terraform state list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment