Skip to content

Instantly share code, notes, and snippets.

@mw866
Last active October 7, 2025 09:21
Show Gist options
  • Select an option

  • Save mw866/fa65ce294a2c293b8f2db53b90eea498 to your computer and use it in GitHub Desktop.

Select an option

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
#upgrade module only
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