Fix metadata description format on all pages

This commit is contained in:
Laura Pacilio
2021-07-19 12:11:10 -04:00
parent fd3b5a48c7
commit a780f625e9
48 changed files with 50 additions and 98 deletions

View File

@@ -2,8 +2,7 @@
layout: "language"
page_title: "Creating Modules"
sidebar_current: "docs-modules"
description: |-
Modules are containers for multiple resources that are used together in a configuration. Learn when to create modules and about module structure.
description: "Modules are containers for multiple resources that are used together in a configuration. Learn when to create modules and about module structure."
---
# Creating Modules

View File

@@ -1,8 +1,7 @@
---
layout: "language"
page_title: "Modules Overview - Configuration Language"
description: |-
Modules are containers for multiple resources that are used together in a configuration. Find resources for using, developing, and publishing modules.
description: "Modules are containers for multiple resources that are used together in a configuration. Find resources for using, developing, and publishing modules."
---
# Modules

View File

@@ -2,8 +2,7 @@
layout: "language"
page_title: "Module Sources"
sidebar_current: "docs-modules-sources"
description: |-
The `source` argument tells Terraform where to find child modules in locations like GitHub, the Terraform Registry, Bitbucket, Git, Mercurial, S3, and GCS.
description: "`source` tells Terraform where to find child modules in locations like GitHub, the Terraform Registry, Bitbucket, Git, Mercurial, S3, and GCS."
---
# Module Sources

View File

@@ -2,8 +2,7 @@
layout: "language"
page_title: "Modules - Configuration Language"
sidebar_current: "docs-config-modules"
description: |-
Modules are containers for multiple resources that are used together. Learn how to call one module from another in configurations.
description: "Modules are containers for multiple resources that are used together in configurations. Learn how to call one module from another and access module output."
---
# Module Blocks