website: Update configuration language section page titles

This commit is contained in:
Nick Fagerlund 2018-12-19 20:34:34 -08:00 committed by Nick Fagerlund
parent d2abdc23ac
commit 9f85e6d5cc
16 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuring Data Sources" page_title: "Data Sources - Configuration Language"
sidebar_current: "docs-config-data-sources" sidebar_current: "docs-config-data-sources"
description: |- description: |-
Data sources allow data to be fetched or computed for use elsewhere in Terraform configuration. Data sources allow data to be fetched or computed for use elsewhere in Terraform configuration.

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuration Expressions" page_title: "Expressions - Configuration Language"
sidebar_current: "docs-config-expressions" sidebar_current: "docs-config-expressions"
description: |- description: |-
The Terraform language allows the use of expressions to access data exported The Terraform language allows the use of expressions to access data exported

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "Configuration Functions" page_title: "Functions - Configuration Language"
sidebar_current: "docs-config-functions" sidebar_current: "docs-config-functions"
description: |- description: |-
The Terraform language has a number of built-in functions that can be called The Terraform language has a number of built-in functions that can be called

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuration" page_title: "Configuration Language"
sidebar_current: "docs-config-index" sidebar_current: "docs-config-index"
description: |- description: |-
Terraform uses text files to describe infrastructure and to set variables. Terraform uses text files to describe infrastructure and to set variables.

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuring Local Values" page_title: "Local Values - Configuration Language"
sidebar_current: "docs-config-locals" sidebar_current: "docs-config-locals"
description: |- description: |-
Local values assign a name to an expression that can then be used multiple times Local values assign a name to an expression that can then be used multiple times

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuring Modules" page_title: "Modules - Configuration Language"
sidebar_current: "docs-config-modules" sidebar_current: "docs-config-modules"
description: |- description: |-
Modules allow multiple resources to be grouped together and encapsulated. Modules allow multiple resources to be grouped together and encapsulated.

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuring Output Values" page_title: "Output Values - Configuration Language"
sidebar_current: "docs-config-outputs" sidebar_current: "docs-config-outputs"
description: |- description: |-
Output values are the return values of a Terraform module. Output values are the return values of a Terraform module.

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Override Files" page_title: "Override Files - Configuration Language"
sidebar_current: "docs-config-override" sidebar_current: "docs-config-override"
description: |- description: |-
Override files allow additional settings to be merged into existing Override files allow additional settings to be merged into existing

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuring Providers" page_title: "Providers - Configuration Language"
sidebar_current: "docs-config-providers" sidebar_current: "docs-config-providers"
description: |- description: |-
Providers are responsible in Terraform for managing the lifecycle of a resource: create, read, update, delete. Providers are responsible in Terraform for managing the lifecycle of a resource: create, read, update, delete.

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuring Resources" page_title: "Resources - Configuration Language"
sidebar_current: "docs-config-resources" sidebar_current: "docs-config-resources"
description: |- description: |-
Resources are the most important element in a Terraform configuration. Resources are the most important element in a Terraform configuration.

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Style Conventions" page_title: "Style Conventions - Configuration Language"
sidebar_current: "docs-config-style" sidebar_current: "docs-config-style"
description: |- description: |-
The Terraform language has some idiomatic style conventions, which we The Terraform language has some idiomatic style conventions, which we

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "JSON Configuration Syntax" page_title: "JSON Configuration Syntax - Configuration Language"
sidebar_current: "docs-config-json-syntax" sidebar_current: "docs-config-json-syntax"
description: |- description: |-
In addition to the native syntax that is most commonly used with Terraform, In addition to the native syntax that is most commonly used with Terraform,

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuration Syntax" page_title: "Syntax - Configuration Language"
sidebar_current: "docs-config-syntax" sidebar_current: "docs-config-syntax"
description: |- description: |-
The Terraform language has its own syntax, intended to combine declarative The Terraform language has its own syntax, intended to combine declarative

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuring Terraform Settings" page_title: "Terraform Settings - Configuration Language"
sidebar_current: "docs-config-terraform" sidebar_current: "docs-config-terraform"
description: |- description: |-
The "terraform" configuration section is used to configure some behaviors The "terraform" configuration section is used to configure some behaviors

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Type Constraints" page_title: "Type Constraints - Configuration Language"
sidebar_current: "docs-config-types" sidebar_current: "docs-config-types"
description: |- description: |-
Terraform module authors and provider developers can use detailed type Terraform module authors and provider developers can use detailed type

View File

@ -1,6 +1,6 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Configuring Input Variables" page_title: "Input Variables - Configuration Language"
sidebar_current: "docs-config-variables" sidebar_current: "docs-config-variables"
description: |- description: |-
Input variables are parameters for Terraform modules. Input variables are parameters for Terraform modules.