Debbuging terraform
- Detailed logging can be enable via
TF_LOGandTF_LOG_PATHenv var** - Loggin can be enabled separatly via
TF_LOG_CORETF_LOG_PROVIDER - Here are the options:
- TRACE
- DEBUG
- INFO
- WARN
- ERROR
- JSON(outputs logs at TRACE level or higher in json) ## Crash Logs If terraform ever crashes it saves a log file with the debug logs form the seesion and the backtrace