From 8f9214d460a148c3c964fbc570bfa82db8e3fa9e Mon Sep 17 00:00:00 2001 From: Craig Wright Date: Mon, 11 Aug 2025 14:02:25 -0700 Subject: [PATCH 1/2] Updating link to HCP Terraform per #710 --- content/terraform/v1.13.x (rc)/docs/cli/cloud/index.mdx | 2 +- content/terraform/v1.13.x (rc)/docs/language/state/remote.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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..2c68fcdb96 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. In the documentation HCP Terraform instructions 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. From 7299ad464208741c5e7c411ceb85805d4ca76433 Mon Sep 17 00:00:00 2001 From: Craig Wright Date: Mon, 11 Aug 2025 16:46:05 -0700 Subject: [PATCH 2/2] Update content/terraform/v1.13.x (rc)/docs/cli/cloud/index.mdx Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> --- content/terraform/v1.13.x (rc)/docs/cli/cloud/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2c68fcdb96..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](https://developer.hashicorp.com/terraform/cloud-docs) and [Terraform Enterprise](https://developer.hashicorp.com/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.