Skip to content

Commit 059a06e

Browse files
authored
docs: fixes markdown formatting configuration.mdx (#1138)
The markdown formatting is broken because a hcl section is not closed properly. This fixes page: https://developer.hashicorp.com/terraform/language/modules/configuration This code snippet: <img width="851" height="290" alt="Screenshot 2025-10-19 at 06 54 17" src="https://github.com/user-attachments/assets/75015f9d-93de-4f53-9ec7-2e5a68d49e97" />
2 parents 92e1cc3 + 5bec51a commit 059a06e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/terraform/v1.12.x/docs/language/modules/configuration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ In the following example, Terraform selects the module version from a Git reposi
4444
module "vpc" {
4545
source = "git::https://example.com/vpc.git?ref=v1.2.0"
4646
}
47+
```
4748

4849
You can also source a module using its SHA-1 hash:
4950

content/terraform/v1.13.x/docs/language/modules/configuration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ In the following example, Terraform selects the module version from a Git reposi
4444
module "vpc" {
4545
source = "git::https://example.com/vpc.git?ref=v1.2.0"
4646
}
47+
```
4748

4849
You can also source a module using its SHA-1 hash:
4950

0 commit comments

Comments
 (0)