From 03e1818c74b97197b532f05ddb0b04afe426dc1f Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 23 Jul 2021 16:10:12 -0400 Subject: [PATCH] Add description to environment variables page --- website/docs/cli/config/environment-variables.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/cli/config/environment-variables.html.md b/website/docs/cli/config/environment-variables.html.md index fb33a1a1f4..55997e97ea 100644 --- a/website/docs/cli/config/environment-variables.html.md +++ b/website/docs/cli/config/environment-variables.html.md @@ -2,8 +2,7 @@ layout: "docs" page_title: "Environment Variables" sidebar_current: "docs-commands-environment-variables" -description: |- - Terraform uses environment variables to configure various aspects of its behavior. +description: "Learn to use environment variables to change Terraform's default behavior. Configure log content and output, set variables, and more." --- # Environment Variables