Setting the variable
- TF_LOG
to an arbitrary value enables „TRACE“-level Debugging
- available too: DEBUG, INFO, WARN or ERROR
to „STDOUT“,
- TF_LOG_PATH
to write to a file.
PS C:\RH\> $env:TF_LOG = "TRACE"
PS C:\RH\> $env:TF_LOG_PATH = "c:\temp\tf.log"
When running eg. „terraform apply“ all debug-messages will get appended to the specified file.
Disclaimer
Since i’m trying to get rid of Evernote, too anoying too often, i’ll start to document non-private-stuff here.