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"
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.

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.