Closed as not planned
Description
I needed to debug my workspace template. Through reading this source code I saw that TF_LOG
is passed through. Thus reset my container to have environment of TF_LOG=debug
and was able to troubleshoot.
What if CODER_VERBOSE=true
would set TF_LOG=debug
on the provisioner thus making troubleshooting instructions easier?