Add description metadata to dynamic blocks, types, and module providers
This commit is contained in:
parent
d9f7ce19fe
commit
df16096141
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
layout: "language"
|
||||
page_title: "Dynamic Blocks - Configuration Language"
|
||||
description: |-
|
||||
Using dynamic blocks in Terraform configurations.
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue