Apply suggestions from code review

Co-authored-by: rita <8647768+ritsok@users.noreply.github.com>
pull/36083/head
trujillo-adam 1 year ago committed by GitHub
parent b593f18579
commit 3b15748662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
---
page_title: Get an API token for HCP Terraform and Terraform Enterprise
page_title: Get an API token for HCP Terraform or Terraform Enterprise
description: >-
Use the terraform login and terraform logout commands get
an API token for your HCP Terraform or Terraform Enterprise account.
@ -18,7 +18,7 @@ This topic describes how to use the `terraform login` and `terraform logout` to
Terraform runs to provision infrastructure, offering a collaboration-focused
environment that makes it easier for teams to use Terraform together.
You can integrate the Terraform CLI with Terraform web platform in the following ways:
You can integrate the Terraform CLI with HCP Terraform and Terraform Enterprise in the following ways:
- Use the Terraform CLI as a front-end for [CLI-driven runs](/terraform/cloud-docs/run/cli) in HCP Terraform
- Use HCP Terraform or Terraform Enterprise as a state backend and a private module registry.
@ -28,6 +28,6 @@ with your HCP Terraform account.
## Authentication
Run the `terraform login` command to automate the process of getting an API token for your HCP Terraform user account. Refer to the [`terraform login` command](/terraform/cli/commands/login) reference documentation for details.
Run the `terraform login` command to generate an API token for your HCP Terraform user account. Refer to the [`terraform login` command](/terraform/cli/commands/login) reference documentation for details.
Run the `terrafom logout` coommand to end your HCP Terraform or Terraform Enterprise session. Refer to the [`terraform logout` command](/terraform/cli/commands/logout) reference documentation for details.
Run the `terraform logout` command to end your HCP Terraform or Terraform Enterprise session. Refer to the [`terraform logout` command](/terraform/cli/commands/logout) reference documentation for details.

@ -1,10 +1,10 @@
---
page_title: Use HCP Terraform and Terraform Enterprise with Terraform CLI overview
page_title: Use HCP Terraform or Terraform Enterprise with the Terraform CLI
description: >-
Learn how to use HCP Terraform and Terraform Enterprise on the command line with the Terraform CLI.
---
# Use HCP Terraform with Terraform CLI Overview
# Use HCP Terraform with the Terraform CLI
The Terraform CLI integration with HCP Terraform lets you use HCP Terraform and Terraform Enterprise on the command line. In the documentation HCP Terraform instructions also apply to Terraform Enterprise, except where explicitly stated.

@ -1,13 +1,13 @@
---
page_title: Format and validate Terraform configuration from the CLI
page_title: Format and validate Terraform configuration using the Terraform CLI
description: >-
Learn about the Terraform commands that help validate, format, and upgrade code written in the
Learn about the Terraform commands that validate, format, and upgrade code written in HCL.
Terraform configuration language.
---
# Write and modify Terrafrom configuration from the CLI
This topic provides an overview of the Terraform CLI commands you can use to programmatically write and modify Terraform configuration code.
This topic provides an overview of the Terraform CLI commands you can use to develop, format, and validate your Terraform configuration.
## Introduction

@ -5,7 +5,7 @@ description: The Terrafrom CLI includes commands for provisioning infrastructure
# Terraform CLI Overview
This topic provides an overview of the Terraform command line.
This topic provides an overview of the Terraform command line interface.
> **Hands-on:** Try the [Terraform: Get Started](/terraform/tutorials/aws-get-started?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorials.

@ -2,7 +2,6 @@
page_title: Terraform CLI configuration overview
description: >-
The CLI config-file and supported Terraform environment variables let you customize Terraform CLI behavior.
Learn how Terraform CLI configuration works.
---
# Terraform CLI configuration overview

@ -1,7 +1,7 @@
---
page_title: Import existing infrastructure resources overview
page_title: Import existing infrastructure resources
description: >-
The Terraform import features let you import and manage existing infrastructure resources so that you can begin managing your infrastructure as code.
Terraform lets you import existing infrastructure into state so that you can begin managing your infrastructure as code.
---
# Import existing resources overview

@ -1,5 +1,5 @@
---
page_title: Inspect infrastructure commands overview
page_title: Inspect infrastructure
description: >-
The terraform inspect commands return dependency information and outputs. Learn how to use terraform inspect commands
to understand your infrastructure.

@ -1,5 +1,5 @@
---
page_title: Manage Terraform plugins overview
page_title: Manage Terraform plugins
description: >-
Providers are types of plugins for Terraform that manage infrastructure resources. Learn about managing plugins using the Terraform CLI.
---

@ -1,6 +1,6 @@
---
page_title: Terraform workflow for provisioning infrastructure overview
description: Learn about the Terraform workflow for provisioning infrastructure using core commands from the Terraform CLI.
page_title: Terraform workflow for provisioning infrastructure
description: Learn how to use the Terraform CLI to provision infrastructure.
---
# Terraform workflow for provisioning infrastructure overview

@ -1,5 +1,5 @@
---
page_title: Inspect Terraform state overview
page_title: Inspect Terraform state
description: The `terraform state` group of commands help you inspect Terraform state. Learn how inspecting Terraform state can help you read and update state.
---

@ -1,5 +1,5 @@
---
page_title: Move resources overview
page_title: Move resources
description: >-
Terraform state commands can move and remove resources and transfer existing resources to a different provider. Learn how about changing or moving resources.
---

@ -1,5 +1,5 @@
---
page_title: Recover state from backup overview
page_title: Recover state from backup
description: >-
Learn how to restore state backups and override Terraform state protections to fix state errors with the Terraform CLI.
---

@ -1,5 +1,5 @@
---
page_title: Recreate resources overview
page_title: Recreate resources
description: The -replace flag and taint command help you replace infrastructure objects. Learn how the -replace flag and taint command can help you recreate resources.
---

@ -1,5 +1,5 @@
---
page_title: Testing features in Terraform overview
page_title: Testing features in Terraform
description: >-
Learn about the terraform test command, which runs structured tests and validations for your configuration to ensure
correctness in your infrastructure.

@ -1,5 +1,5 @@
---
page_title: Manage workspaces overview
page_title: Manage workspaces
description: >-
Workspaces are separate instances of Terraform state data. Learn commands for managing workspaces.
---

@ -1,5 +1,5 @@
---
page_title: Terraform internals overview
page_title: Terraform internals
description: >-
Learn about internal Terraform processes, such as generating the resource dependency graph.
---

@ -1,7 +1,7 @@
---
page_title: JSON output format overview
page_title: JSON output format
description: >-
Terraform can print details about state, configuration, and proposed infrastructure plans to the terminal in JSON format. Learn about the JSON representation.
Learn how to configure Terraform to print JSON-formatted details about state, configuration, and proposed infrastructure plans.
---
# JSON Output Format Overview

@ -1,7 +1,7 @@
---
page_title: Machine-readable output reference
description: >-
Terraform provides streamd machine-readable UI output in JSON format so that you can integrate with monitoring software. Learn about the machine-readlable output.
Terraform streams machine-readable output in JSON format, letting you use third-party tools to monitor operations.
---
# Machine-readable UI Output Reference

@ -1,7 +1,7 @@
---
page_title: Provider registry protocol reference
description: |-
Use the provider registry protocol to enable Terraform to discover metadata about providers available for installation and to locate their distribution packages.
Use the provider registry protocol to enable Terraform to discover metadata about available providers and locate their distribution packages.
---
# Provider Registry Protocol Reference

@ -1,6 +1,6 @@
---
page_title: Terraform versus Boto, Fog, and other cloud provider client libraries
description: Learn how Terraform's high level syntax compares to Boto, Flog, and other cloud provider client libraries.
description: Learn how Terraform's syntax compares to Boto, Flog, and other cloud provider client libraries.
---
# Terraform versus Boto, Fog, and other cloud provider client libraries

Loading…
Cancel
Save