Turn on trace logging in terraform plan

If you would like to get more detailed overview when using terraform plan, you can turn trace logging on by setting setting the environment variable TF_LOG to a non-zero value, e.g. export TF_LOG=1 or TF_LOG=1 terraform plan