From bca3957e1730bdcf82735a5f9833e652e0931846 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 9 Jul 2021 10:53:37 -0400 Subject: [PATCH] Update description metadata for input variables --- website/docs/language/values/variables.html.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/language/values/variables.html.md b/website/docs/language/values/variables.html.md index bad454533..e48a416af 100644 --- a/website/docs/language/values/variables.html.md +++ b/website/docs/language/values/variables.html.md @@ -3,9 +3,7 @@ layout: "language" page_title: "Input Variables - Configuration Language" sidebar_current: "docs-config-variables" description: |- - Input variables allow you to customize Terraform configuration according to - set parameters. Learn about input variable syntax, including how to declare, - define, and reference variables in root and child modules. + Using input variables to customize Terraform configurations, including how to declare, define, and reference variables in root and child modules. --- # Input Variables