Add description metadata to dynamic blocks, types, and module providers

This commit is contained in:
Laura Pacilio 2021-07-09 15:28:28 -04:00
parent d9f7ce19fe
commit df16096141
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
---
layout: "language"
page_title: "Dynamic Blocks - Configuration Language"
description: |-
Using dynamic blocks in Terraform configurations.
---

View File

@ -1,6 +1,8 @@
---
layout: "language"
page_title: "Types and Values - Configuration Language"
description: |-
An overview of values and their types in the Terraform language.
---
# Types and Values

View File

@ -1,6 +1,8 @@
---
layout: "language"
page_title: "The Module providers Meta-Argument - Configuration Language"
description: |-
Using the Terraform language `providers` meta-argument to specify which provider configurations from a parent module are available inside a child module.
---
# The Module `providers` Meta-Argument