diff --git a/content/terraform/v1.13.x (rc)/docs/cli/cloud/index.mdx b/content/terraform/v1.13.x (rc)/docs/cli/cloud/index.mdx index a8c93cb532..f65b8a5c8f 100644 --- a/content/terraform/v1.13.x (rc)/docs/cli/cloud/index.mdx +++ b/content/terraform/v1.13.x (rc)/docs/cli/cloud/index.mdx @@ -6,7 +6,7 @@ description: >- # 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. +The Terraform CLI integration with HCP Terraform lets you use [HCP Terraform](https://developer.hashicorp.com/terraform/cloud-docs) and [Terraform Enterprise](https://developer.hashicorp.com/terraform/enterprise) on the command line. The instructions for HCP Terraform also apply to Terraform Enterprise, except where explicitly stated. Using HCP Terraform through the command line is called the [CLI-driven run workflow](/terraform/cloud-docs/run/cli). When you use the CLI workflow, operations like `terraform plan` or `terraform apply` are remotely executed in HCP Terraform's run environment by default, with log output streaming to the local terminal. This lets you use HCP Terraform features within the familiar Terraform CLI workflow, including variables encrypted at rest in an HCP Terraform workspace, cost estimates, and policy checking. diff --git a/content/terraform/v1.13.x (rc)/docs/language/state/remote.mdx b/content/terraform/v1.13.x (rc)/docs/language/state/remote.mdx index 73875a2c17..abb2c316e6 100644 --- a/content/terraform/v1.13.x (rc)/docs/language/state/remote.mdx +++ b/content/terraform/v1.13.x (rc)/docs/language/state/remote.mdx @@ -15,8 +15,8 @@ Terraform at the same time. With _remote_ state, Terraform writes the state data to a remote data store, which can then be shared between all members of a team. Terraform supports -storing state in [HCP Terraform](https://www.hashicorp.com/products/terraform/), -[HashiCorp Consul](https://www.consul.io/), Amazon S3, Azure Blob Storage, Google Cloud Storage, Alibaba Cloud OSS, and more. +storing state in [HCP Terraform](https://developer.hashicorp.com/terraform/cloud-docs), +Amazon S3, Azure Blob Storage, Google Cloud Storage, Alibaba Cloud OSS, and more. Remote state is implemented by a [backend](/terraform/language/backend) or by HCP Terraform, both of which you can configure in your configuration's root module.