Skip to content

Terraform verbose

What

Terraform has an option that you can set that will log everything

Why

Sometimes google provider does weird things, so it's useful to debug things

How

export TF_LOG=TRACE
export TF_LOG=DEBUG
export TF_LOG=INFO
export TF_LOG=WARN
export TF_LOG=ERROR

Want to make this site better? Open a PR or help fund hosting costs