Skip to content

Commit

Permalink
Merge pull request #2278 from hashicorp/add-cdk-titles
Browse files Browse the repository at this point in the history
chore(docs): Add CDK for Terraform to page titles
  • Loading branch information
ansgarm authored Nov 14, 2022
2 parents 08eb773 + e04d433 commit 378fc82
Show file tree
Hide file tree
Showing 30 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion website/docs/cdktf/cli-reference/cli-configuration.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: CLI Configuration
page_title: CLI Configuration - CDK for Terraform
description: Install and configure the CDKTF Command Line Interface.
---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/cli-reference/commands.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: CLI Commands
page_title: CLI Commands - CDK for Terraform
description: >-
Use the CLI to initialize a new project, deploy your CDKTF app, generate
Terraform configuration files, and more.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/community.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: CDKTF Community
page_title: CDKTF Community - CDK for Terraform
description: >-
Resources to help you contribute to the codebase, submit issues, ask
questions, and see our roadmap.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/aspects.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Aspects
page_title: Aspects - CDK for Terraform
description: >-
Aspects apply an operation to all constructs in a given scope. You can use
them for mutation (e.g., add resource tags) and validation (e.g., check
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/assets.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Assets
page_title: Assets - CDK for Terraform
description: >-
Asset constructs manage assets for resources that need them, such as
template_file, S3 bucket objects, or Lambda function archive files.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/cdktf-architecture.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: CDKTF Architecture
page_title: CDKTF Architecture - CDK for Terraform
description: Key CDK for Terraform components and application structure.
---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/constructs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Constructs
page_title: Constructs - CDK for Terraform
description: >-
“Constructs are classes that allow you to reuse existing configurations. Learn
about using constructs in your CDKTF application and how to publish custom
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/data-sources.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Data Sources in CDK for Terraform
page_title: Data Sources - CDK for Terraform
description: >-
Use data sources to allow Terraform to use external data, function output, and
data from other configurations.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/functions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Functions
page_title: Functions - CDK for Terraform
description: Learn when to use built-in Terraform functions to transform or combine values.
---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/hcl-interoperability.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: HCL Interoperability
page_title: HCL Interoperability - CDK for Terraform
description: >-
Use configurations written in HCL and configurations written in CDK for
Terraform together to define and provision infrastructure.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/iterators.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Iterators
page_title: Iterators - CDK for Terraform
description: >-
Iterators let you loop over a collection of values that are only available at runtime.
---
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/modules.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Modules
page_title: Modules - CDK for Terraform
description: >-
Use both public and private modules in your CDKTF application to reuse
existing configurations.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/providers.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Providers
page_title: Providers - CDK for Terraform
description: >-
Providers allow Terraform to communicate with external APIs. Learn to define
providers in a CDK for Terraform application.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/remote-backends.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Remote Backends
page_title: Remote Backends - CDK for Terraform
description: >-
Configure a remote backend where Terraform can store infrastructure state
files remotely.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/resources.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Resources
page_title: Resources - CDK for Terraform
description: >-
Resources describe one or more infrastructure objects, like virtual networks, compute instances, and DNS records. Define resources in a CDK for Terraform application.
---
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/stacks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Stacks
page_title: Stacks - CDK for Terraform
description: >-
Use stacks to specify separate collections of infrastructure for different
environments, like test and production.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/tokens.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Tokens
page_title: Tokens - CDK for Terraform
description: >-
Tokens allow CDK for Terraform to resolve programming language types to
Terraform language syntax.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/variables-and-outputs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Variables and Outputs
page_title: Variables and Outputs - CDK for Terraform
description: >-
Input variables, local values, and output values allow you to request and
publish named values.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/create-and-deploy/aws-adapter.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: "[technical preview] AWS Adapter"
page_title: "[technical preview] AWS Adapter - CDK for Terraform"
description: "[technical preview] Use AWS CDK (v2) constructs in CDK for Terraform projects."
---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/create-and-deploy/best-practices.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: "Best Practices"
page_title: Best Practices - CDK for Terraform
description: Build robust applications for production use cases. How to manage secrets, build constructs, design stacks, and more.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Configuration
page_title: Configuration - CDK for Terraform
description: >-
Use the cdktf.json file to customize configuration settings and define the
providers and modules to use with your application.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Deployment Patterns
page_title: Deployment Patterns - CDK for Terraform
description: >-
Continuously deploy your applications with CDKTF.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Environment Variables
page_title: Environment Variables - CDK for Terraform
description: >-
There are some environment variables that can be used to configure the
behavior of CDKTF.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/create-and-deploy/project-setup.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Project Setup
page_title: Project Setup - CDK for Terraform
description: >-
Build a CDKTF application from a template or existing HCL project, and
configure storage for Terraform state.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/create-and-deploy/remote-templates.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Remote Templates
page_title: Remote Templates - CDK for Terraform
description: >-
Templates allow you to scaffold a new CDK for Terraform Project. Learn to
create your own template.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/create-and-deploy/terraform-cloud.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
page_title: Terraform Cloud
page_title: Connect to Terraform Cloud - CDK for Terraform
description: >-
Use Terraform Cloud with CDKTF to store Terraform state remotely, manage secrets, apply policies, and more.
---

# Terraform Cloud
# Connect to Terraform Cloud

This page explains how to connect Terraform Cloud to your CDK for Terraform (CDKTF) application and the benefits of using these products together.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: CDKTF Examples and Guides
page_title: Examples and Guides - CDK for Terraform
description: >-
Resources to help you learn CDK for Terraform, including example projects in
Typescript, Java, Python, C#, and Go.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/telemetry.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Telemetry
page_title: Telemetry - CDK for Terraform
description: >-
CDK for Terraform uses a HashiCorp service called Checkpoint to report project
metrics. Using Checkpoint is optional.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/test/debugging.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Debugging
page_title: Debugging - CDK for Terraform
description: >-
Turn on logging and troubleshoot problems in your CDKTF application.
---
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/test/unit-tests.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: Unit Tests
page_title: Unit Tests - CDK for Terraform
description: Write assertions and snapshot tests for your CDK for Terraform application.
---

Expand Down

0 comments on commit 378fc82

Please sign in to comment.