From 12595507aa0c5c3149f875e0beddb67f9d2c28bb Mon Sep 17 00:00:00 2001 From: adam buxton Date: Tue, 8 Aug 2023 17:03:36 +0100 Subject: [PATCH] Update sources.mdx Add link and reference to generic hostname feature --- website/docs/language/modules/sources.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/language/modules/sources.mdx b/website/docs/language/modules/sources.mdx index 51595975832b..40767165a134 100644 --- a/website/docs/language/modules/sources.mdx +++ b/website/docs/language/modules/sources.mdx @@ -134,6 +134,8 @@ Enterprise instance, its private registry hostname is the same as the host where you'd access the web UI and the host you'd use when configuring the [Terraform Cloud CLI integration](/terraform/cli/cloud). +Both Terraform Cloud and self-hosted Terraform Enterprise support a [generic hostname](/terraform/cloud-docs/registry/using#generic-hostname-terraform-cloud-and-terraform-enterprise) `localterraform.com`. + Registry modules support versioning. You can provide a specific version as shown in the above examples, or use flexible [version constraints](/terraform/language/modules/syntax#version).