From c29b4a9edd438c7e455d010187215f09d32d412b Mon Sep 17 00:00:00 2001 From: Nathaniel Schweinberg Date: Thu, 2 Jul 2015 13:49:57 -0500 Subject: [PATCH] adding more verbose description to Environment Variables page, explained TF_LOG more --- .../source/docs/configuration/environment-variables.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/configuration/environment-variables.html.md b/website/source/docs/configuration/environment-variables.html.md index 60b426b357..bcb8fc506c 100644 --- a/website/source/docs/configuration/environment-variables.html.md +++ b/website/source/docs/configuration/environment-variables.html.md @@ -3,7 +3,7 @@ layout: "docs" page_title: "Environment Variables" sidebar_current: "docs-config-environment-variables" 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 @@ -16,7 +16,7 @@ If set to any value, enables detailed logs to appear on stderr which is useful f 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=