diff --git a/content/terraform/v1.12.x/docs/language/modules/configuration.mdx b/content/terraform/v1.12.x/docs/language/modules/configuration.mdx index afb809de7..61f79d34d 100644 --- a/content/terraform/v1.12.x/docs/language/modules/configuration.mdx +++ b/content/terraform/v1.12.x/docs/language/modules/configuration.mdx @@ -44,6 +44,7 @@ In the following example, Terraform selects the module version from a Git reposi module "vpc" { source = "git::https://example.com/vpc.git?ref=v1.2.0" } +``` You can also source a module using its SHA-1 hash: diff --git a/content/terraform/v1.13.x/docs/language/modules/configuration.mdx b/content/terraform/v1.13.x/docs/language/modules/configuration.mdx index f62d89d86..ecd2188ec 100644 --- a/content/terraform/v1.13.x/docs/language/modules/configuration.mdx +++ b/content/terraform/v1.13.x/docs/language/modules/configuration.mdx @@ -44,6 +44,7 @@ In the following example, Terraform selects the module version from a Git reposi module "vpc" { source = "git::https://example.com/vpc.git?ref=v1.2.0" } +``` You can also source a module using its SHA-1 hash: