We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecd4b8 commit 713b1c1Copy full SHA for 713b1c1
content/terraform/v1.7.x/docs/language/modules/syntax.mdx
@@ -102,7 +102,7 @@ version that meets the constraint.
102
103
Version constraints are supported only for modules installed from a module
104
registry, such as the public [Terraform Registry](https://registry.terraform.io/)
105
-or [Terraform Cloud's private module registry](/terraform/cloud-docs/registry).
+or [HCP Terraform's private module registry](/terraform/cloud-docs/registry).
106
Other module sources can provide their own versioning mechanisms within the
107
source string itself, or might not support versions at all. In particular,
108
modules sourced from local file paths do not support `version`; since
0 commit comments