Add description metadata to remaining expressions pages
This commit is contained in:
parent
2718d2addc
commit
7dba0e511f
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: "language"
|
layout: "language"
|
||||||
page_title: "For Expressions - Configuration Language"
|
page_title: "For Expressions - Configuration Language"
|
||||||
|
description: |-
|
||||||
|
Using `for` expressions in Terraform configurations.
|
||||||
---
|
---
|
||||||
|
|
||||||
# `for` Expressions
|
# `for` Expressions
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: "language"
|
layout: "language"
|
||||||
page_title: "Function Calls - Configuration Language"
|
page_title: "Function Calls - Configuration Language"
|
||||||
|
description: |-
|
||||||
|
Using function calls in Terraform configurations.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Function Calls
|
# Function Calls
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: "language"
|
layout: "language"
|
||||||
page_title: "Expressions - Configuration Language"
|
page_title: "Expressions - Configuration Language"
|
||||||
|
description: |-
|
||||||
|
An overview of expressions used to compute values in in Terraform configurations.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Expressions
|
# Expressions
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: "language"
|
layout: "language"
|
||||||
page_title: "Operators - Configuration Language"
|
page_title: "Operators - Configuration Language"
|
||||||
|
description: |-
|
||||||
|
Using operators in Terraform configurations.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Arithmetic and Logical Operators
|
# Arithmetic and Logical Operators
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: "language"
|
layout: "language"
|
||||||
page_title: "References to Values - Configuration Language"
|
page_title: "References to Values - Configuration Language"
|
||||||
|
description: |-
|
||||||
|
Using references to values in Terraform configurations.
|
||||||
---
|
---
|
||||||
|
|
||||||
# References to Named Values
|
# References to Named Values
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: "language"
|
layout: "language"
|
||||||
page_title: "Splat Expressions - Configuration Language"
|
page_title: "Splat Expressions - Configuration Language"
|
||||||
|
description: |-
|
||||||
|
Using splat expressions in Terraform configurations.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Splat Expressions
|
# Splat Expressions
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: "language"
|
layout: "language"
|
||||||
page_title: "Strings and Templates - Configuration Language"
|
page_title: "Strings and Templates - Configuration Language"
|
||||||
|
description: |-
|
||||||
|
Using strings and templates in Terraform configurations.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Strings and Templates
|
# Strings and Templates
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: "language"
|
layout: "language"
|
||||||
page_title: "Version Constraints - Configuration Language"
|
page_title: "Version Constraints - Configuration Language"
|
||||||
|
description: |-
|
||||||
|
Using version constraints in Terraform configurations.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Version Constraints
|
# Version Constraints
|
||||||
|
|
Loading…
Reference in New Issue