website: Update configuration language section page titles
This commit is contained in:
parent
d2abdc23ac
commit
9f85e6d5cc
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuring Data Sources"
|
||||
page_title: "Data Sources - Configuration Language"
|
||||
sidebar_current: "docs-config-data-sources"
|
||||
description: |-
|
||||
Data sources allow data to be fetched or computed for use elsewhere in Terraform configuration.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuration Expressions"
|
||||
page_title: "Expressions - Configuration Language"
|
||||
sidebar_current: "docs-config-expressions"
|
||||
description: |-
|
||||
The Terraform language allows the use of expressions to access data exported
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "functions"
|
||||
page_title: "Configuration Functions"
|
||||
page_title: "Functions - Configuration Language"
|
||||
sidebar_current: "docs-config-functions"
|
||||
description: |-
|
||||
The Terraform language has a number of built-in functions that can be called
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuration"
|
||||
page_title: "Configuration Language"
|
||||
sidebar_current: "docs-config-index"
|
||||
description: |-
|
||||
Terraform uses text files to describe infrastructure and to set variables.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuring Local Values"
|
||||
page_title: "Local Values - Configuration Language"
|
||||
sidebar_current: "docs-config-locals"
|
||||
description: |-
|
||||
Local values assign a name to an expression that can then be used multiple times
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuring Modules"
|
||||
page_title: "Modules - Configuration Language"
|
||||
sidebar_current: "docs-config-modules"
|
||||
description: |-
|
||||
Modules allow multiple resources to be grouped together and encapsulated.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuring Output Values"
|
||||
page_title: "Output Values - Configuration Language"
|
||||
sidebar_current: "docs-config-outputs"
|
||||
description: |-
|
||||
Output values are the return values of a Terraform module.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Override Files"
|
||||
page_title: "Override Files - Configuration Language"
|
||||
sidebar_current: "docs-config-override"
|
||||
description: |-
|
||||
Override files allow additional settings to be merged into existing
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuring Providers"
|
||||
page_title: "Providers - Configuration Language"
|
||||
sidebar_current: "docs-config-providers"
|
||||
description: |-
|
||||
Providers are responsible in Terraform for managing the lifecycle of a resource: create, read, update, delete.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuring Resources"
|
||||
page_title: "Resources - Configuration Language"
|
||||
sidebar_current: "docs-config-resources"
|
||||
description: |-
|
||||
Resources are the most important element in a Terraform configuration.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Style Conventions"
|
||||
page_title: "Style Conventions - Configuration Language"
|
||||
sidebar_current: "docs-config-style"
|
||||
description: |-
|
||||
The Terraform language has some idiomatic style conventions, which we
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "JSON Configuration Syntax"
|
||||
page_title: "JSON Configuration Syntax - Configuration Language"
|
||||
sidebar_current: "docs-config-json-syntax"
|
||||
description: |-
|
||||
In addition to the native syntax that is most commonly used with Terraform,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuration Syntax"
|
||||
page_title: "Syntax - Configuration Language"
|
||||
sidebar_current: "docs-config-syntax"
|
||||
description: |-
|
||||
The Terraform language has its own syntax, intended to combine declarative
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuring Terraform Settings"
|
||||
page_title: "Terraform Settings - Configuration Language"
|
||||
sidebar_current: "docs-config-terraform"
|
||||
description: |-
|
||||
The "terraform" configuration section is used to configure some behaviors
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Type Constraints"
|
||||
page_title: "Type Constraints - Configuration Language"
|
||||
sidebar_current: "docs-config-types"
|
||||
description: |-
|
||||
Terraform module authors and provider developers can use detailed type
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuring Input Variables"
|
||||
page_title: "Input Variables - Configuration Language"
|
||||
sidebar_current: "docs-config-variables"
|
||||
description: |-
|
||||
Input variables are parameters for Terraform modules.
|
||||
|
|
Loading…
Reference in New Issue