Skip to content

Instantly share code, notes, and snippets.

@jayers99
Created December 5, 2018 20:05
Show Gist options
  • Save jayers99/f07f2a9837303b0157628093523fd27d to your computer and use it in GitHub Desktop.
Save jayers99/f07f2a9837303b0157628093523fd27d to your computer and use it in GitHub Desktop.
# Terraform Troubleshooting
# keywords: trace, debug, verbose
# https://www.terraform.io/docs/internals/debugging.html
# TRACE, DEBUG, INFO, WARN or ERROR
export TF_LOG=WARN
export TF_LOG_PATH=./terraform.log
export TF_LOG=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment