Enable Debug Logging
- Set env var
TF_LOG
toTRACE
,DEBUG
,INFO
,WARN
orERROR
- Also
TF_LOG_CORE
(core Terraform debug logs),TF_LOG_PROVIDER
(provider logs) TF_LOG_PATH
—append logs to a file
Search
TF_LOG
to TRACE
, DEBUG
, INFO
, WARN
or ERROR
TF_LOG_CORE
(core Terraform debug logs), TF_LOG_PROVIDER
(provider logs)TF_LOG_PATH
—append logs to a file