From 2718d2addcdfc634001dcabc5501b20cccd2cf01 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 9 Jul 2021 15:32:25 -0400 Subject: [PATCH] Add description metadata to module block page --- website/docs/language/modules/syntax.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/modules/syntax.html.md b/website/docs/language/modules/syntax.html.md index 9bbf78d9f..58ac14539 100644 --- a/website/docs/language/modules/syntax.html.md +++ b/website/docs/language/modules/syntax.html.md @@ -3,7 +3,7 @@ layout: "language" page_title: "Modules - Configuration Language" sidebar_current: "docs-config-modules" description: |- - Modules allow multiple resources to be grouped together and encapsulated. + Calling one module from another in Terraform configurations. --- # Module Blocks