From 14d6e0dea9b99caab22153c741bb9278e6f4056a Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:37:01 -0400 Subject: [PATCH] Add Terraform key work to description metadata --- website/docs/language/values/locals.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/language/values/locals.html.md b/website/docs/language/values/locals.html.md index ad755b264..e4639ae0d 100644 --- a/website/docs/language/values/locals.html.md +++ b/website/docs/language/values/locals.html.md @@ -3,8 +3,7 @@ layout: "language" page_title: "Local Values - Configuration Language" sidebar_current: "docs-config-locals" description: |- - Local values assign a name to an expression that can then be used multiple times - within a module. + Local values assign a name to an expression that can be used multiple times within a Terraform module. --- # Local Values