mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Fix metadata description format on all pages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user