Terraform: Enable persistent Debugging
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. When running eg. „terraform apply“ all debug-messages will get appended to the specified file.Read More →