diff --git a/website/docs/configuration/data-sources.html.md b/website/docs/configuration/data-sources.html.md index 6feec8697..131799923 100644 --- a/website/docs/configuration/data-sources.html.md +++ b/website/docs/configuration/data-sources.html.md @@ -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. diff --git a/website/docs/configuration/expressions.html.md b/website/docs/configuration/expressions.html.md index 55465f8fc..7b14571f9 100644 --- a/website/docs/configuration/expressions.html.md +++ b/website/docs/configuration/expressions.html.md @@ -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 diff --git a/website/docs/configuration/functions.html.md b/website/docs/configuration/functions.html.md index 3edc50ec3..7f1c95f5a 100644 --- a/website/docs/configuration/functions.html.md +++ b/website/docs/configuration/functions.html.md @@ -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 diff --git a/website/docs/configuration/index.html.md b/website/docs/configuration/index.html.md index 663d22365..cf1b7a03b 100644 --- a/website/docs/configuration/index.html.md +++ b/website/docs/configuration/index.html.md @@ -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. diff --git a/website/docs/configuration/locals.html.md b/website/docs/configuration/locals.html.md index 297237080..bae5c88dc 100644 --- a/website/docs/configuration/locals.html.md +++ b/website/docs/configuration/locals.html.md @@ -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 diff --git a/website/docs/configuration/modules.html.md b/website/docs/configuration/modules.html.md index 1753fdb64..d9b4e45cd 100644 --- a/website/docs/configuration/modules.html.md +++ b/website/docs/configuration/modules.html.md @@ -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. diff --git a/website/docs/configuration/outputs.html.md b/website/docs/configuration/outputs.html.md index 8029e0ee2..9e62385e9 100644 --- a/website/docs/configuration/outputs.html.md +++ b/website/docs/configuration/outputs.html.md @@ -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. diff --git a/website/docs/configuration/override.html.md b/website/docs/configuration/override.html.md index 523a2c2b4..5f5390dbb 100644 --- a/website/docs/configuration/override.html.md +++ b/website/docs/configuration/override.html.md @@ -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 diff --git a/website/docs/configuration/providers.html.md b/website/docs/configuration/providers.html.md index e9b79bc18..68cc378b9 100644 --- a/website/docs/configuration/providers.html.md +++ b/website/docs/configuration/providers.html.md @@ -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. diff --git a/website/docs/configuration/resources.html.md b/website/docs/configuration/resources.html.md index e7284adfa..7c3b6c44f 100644 --- a/website/docs/configuration/resources.html.md +++ b/website/docs/configuration/resources.html.md @@ -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. diff --git a/website/docs/configuration/style.html.md b/website/docs/configuration/style.html.md index 4b7fefd56..749f67f92 100644 --- a/website/docs/configuration/style.html.md +++ b/website/docs/configuration/style.html.md @@ -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 diff --git a/website/docs/configuration/syntax-json.html.md b/website/docs/configuration/syntax-json.html.md index 48ba4cdbd..72dabf7f8 100644 --- a/website/docs/configuration/syntax-json.html.md +++ b/website/docs/configuration/syntax-json.html.md @@ -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, diff --git a/website/docs/configuration/syntax.html.md b/website/docs/configuration/syntax.html.md index 66cfb5abc..b8a7097be 100644 --- a/website/docs/configuration/syntax.html.md +++ b/website/docs/configuration/syntax.html.md @@ -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 diff --git a/website/docs/configuration/terraform.html.md b/website/docs/configuration/terraform.html.md index c14753fe8..eb280b3ec 100644 --- a/website/docs/configuration/terraform.html.md +++ b/website/docs/configuration/terraform.html.md @@ -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 diff --git a/website/docs/configuration/types.html.md b/website/docs/configuration/types.html.md index fd05feb82..8ba090d7e 100644 --- a/website/docs/configuration/types.html.md +++ b/website/docs/configuration/types.html.md @@ -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 diff --git a/website/docs/configuration/variables.html.md b/website/docs/configuration/variables.html.md index b3ba9fa38..a07dd903b 100644 --- a/website/docs/configuration/variables.html.md +++ b/website/docs/configuration/variables.html.md @@ -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.