From e348477c793f6a050a69534e511e67d68d38b023 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 9 Jul 2021 12:08:48 -0400 Subject: [PATCH] Add description metadata to module sources --- website/docs/language/modules/sources.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/language/modules/sources.html.md b/website/docs/language/modules/sources.html.md index fd5cce8d8..d6423c25d 100644 --- a/website/docs/language/modules/sources.html.md +++ b/website/docs/language/modules/sources.html.md @@ -2,7 +2,7 @@ layout: "language" page_title: "Module Sources" sidebar_current: "docs-modules-sources" -description: The source argument within a module block specifies the location of the source code of a child module. +description: Using `source` in Terraform modules to specify child modules in locations like GitHub, the Terraform Registry, Bitbucket, Git, Mercurial, S3, and GCS. --- # Module Sources @@ -36,7 +36,7 @@ types, as listed below. * [S3 buckets](#s3-bucket) * [GCS buckets](#gcs-bucket) - + * [Modules in Package Sub-directories](#modules-in-package-sub-directories) Each of these is described in the following sections. Module source addresses