Skip to content

Commit e44edd8

Browse files
authored
Change Terraform Cloud to HCP Terraform for consistency (#887)
I've only seen Terraform's cloud platform referred to as HCP Terraform, but some of the versions of the documentation referred to it as Terraform Cloud. I went through and edited all versions to refer to it as HCP Terraform. Versions 1.8 and 1.9 already referred to it as HCP Terraform
2 parents c74a582 + 713b1c1 commit e44edd8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

content/terraform/v1.1.x/docs/language/modules/syntax.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ version that meets the constraint.
102102

103103
Version constraints are supported only for modules installed from a module
104104
registry, such as the public [Terraform Registry](https://registry.terraform.io/)
105-
or [Terraform Cloud's private module registry](/cloud-docs/registry).
105+
or [HCP Terraform's private module registry](/cloud-docs/registry).
106106
Other module sources can provide their own versioning mechanisms within the
107107
source string itself, or might not support versions at all. In particular,
108108
modules sourced from local file paths do not support `version`; since

content/terraform/v1.2.x/docs/language/modules/syntax.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ version that meets the constraint.
102102

103103
Version constraints are supported only for modules installed from a module
104104
registry, such as the public [Terraform Registry](https://registry.terraform.io/)
105-
or [Terraform Cloud's private module registry](/cloud-docs/registry).
105+
or [HCP Terraform's private module registry](/cloud-docs/registry).
106106
Other module sources can provide their own versioning mechanisms within the
107107
source string itself, or might not support versions at all. In particular,
108108
modules sourced from local file paths do not support `version`; since

content/terraform/v1.3.x/docs/language/modules/syntax.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ version that meets the constraint.
102102

103103
Version constraints are supported only for modules installed from a module
104104
registry, such as the public [Terraform Registry](https://registry.terraform.io/)
105-
or [Terraform Cloud's private module registry](/cloud-docs/registry).
105+
or [HCP Terraform's private module registry](/cloud-docs/registry).
106106
Other module sources can provide their own versioning mechanisms within the
107107
source string itself, or might not support versions at all. In particular,
108108
modules sourced from local file paths do not support `version`; since

content/terraform/v1.4.x/docs/language/modules/syntax.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ version that meets the constraint.
102102

103103
Version constraints are supported only for modules installed from a module
104104
registry, such as the public [Terraform Registry](https://registry.terraform.io/)
105-
or [Terraform Cloud's private module registry](/cloud-docs/registry).
105+
or [HCP Terraform's private module registry](/cloud-docs/registry).
106106
Other module sources can provide their own versioning mechanisms within the
107107
source string itself, or might not support versions at all. In particular,
108108
modules sourced from local file paths do not support `version`; since

content/terraform/v1.5.x/docs/language/modules/syntax.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ version that meets the constraint.
102102

103103
Version constraints are supported only for modules installed from a module
104104
registry, such as the public [Terraform Registry](https://registry.terraform.io/)
105-
or [Terraform Cloud's private module registry](/terraform/cloud-docs/registry).
105+
or [HCP Terraform's private module registry](/terraform/cloud-docs/registry).
106106
Other module sources can provide their own versioning mechanisms within the
107107
source string itself, or might not support versions at all. In particular,
108108
modules sourced from local file paths do not support `version`; since

content/terraform/v1.6.x/docs/language/modules/syntax.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ version that meets the constraint.
102102

103103
Version constraints are supported only for modules installed from a module
104104
registry, such as the public [Terraform Registry](https://registry.terraform.io/)
105-
or [Terraform Cloud's private module registry](/terraform/cloud-docs/registry).
105+
or [HCP Terraform's private module registry](/terraform/cloud-docs/registry).
106106
Other module sources can provide their own versioning mechanisms within the
107107
source string itself, or might not support versions at all. In particular,
108108
modules sourced from local file paths do not support `version`; since

content/terraform/v1.7.x/docs/language/modules/syntax.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ version that meets the constraint.
102102

103103
Version constraints are supported only for modules installed from a module
104104
registry, such as the public [Terraform Registry](https://registry.terraform.io/)
105-
or [Terraform Cloud's private module registry](/terraform/cloud-docs/registry).
105+
or [HCP Terraform's private module registry](/terraform/cloud-docs/registry).
106106
Other module sources can provide their own versioning mechanisms within the
107107
source string itself, or might not support versions at all. In particular,
108108
modules sourced from local file paths do not support `version`; since

0 commit comments

Comments
 (0)