Skip to content

Commit 1644207

Browse files
authored
Updating link to HCP Terraform per #710 (#713)
Per issue #710, making changes to make the links to HCP Terraform a bit more consistent. Also removing the specific callout for Consul state storage as that is no longer maintained.
2 parents 3c39025 + 7299ad4 commit 1644207

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/terraform/v1.13.x (rc)/docs/cli/cloud/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66

77
# Use HCP Terraform with the Terraform CLI
88

9-
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.
9+
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.
1010

1111
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.
1212

content/terraform/v1.13.x (rc)/docs/language/state/remote.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Terraform at the same time.
1515

1616
With _remote_ state, Terraform writes the state data to a remote data store,
1717
which can then be shared between all members of a team. Terraform supports
18-
storing state in [HCP Terraform](https://www.hashicorp.com/products/terraform/),
19-
[HashiCorp Consul](https://www.consul.io/), Amazon S3, Azure Blob Storage, Google Cloud Storage, Alibaba Cloud OSS, and more.
18+
storing state in [HCP Terraform](https://developer.hashicorp.com/terraform/cloud-docs),
19+
Amazon S3, Azure Blob Storage, Google Cloud Storage, Alibaba Cloud OSS, and more.
2020

2121
Remote state is implemented by a [backend](/terraform/language/backend) or by
2222
HCP Terraform, both of which you can configure in your configuration's root module.

0 commit comments

Comments
 (0)