adding more verbose description to Environment Variables page, explained TF_LOG more

This commit is contained in:
Nathaniel Schweinberg 2015-07-02 13:49:57 -05:00
parent 03554ec8ca
commit c29b4a9edd

View File

@ -3,7 +3,7 @@ layout: "docs"
page_title: "Environment Variables" page_title: "Environment Variables"
sidebar_current: "docs-config-environment-variables" sidebar_current: "docs-config-environment-variables"
description: |- description: |-
Something on Environment Variables! Terraform uses different environment variables that can be used to configure various aspects of how Terraform behaves. this section documents those variables, their potential values, and how to use them.
--- ---
# Environment Variables # Environment Variables
@ -16,7 +16,7 @@ If set to any value, enables detailed logs to appear on stderr which is useful f
export TF_LOG=1 export TF_LOG=1
``` ```
To disable, either unset it or set it to empty. For example: To disable, either unset it or set it to empty. When unset, logging will default to stderr. For example:
``` ```
export TF_LOG= export TF_LOG=