Skip to content

Commit 9344f9d

Browse files
authored
standard_module_structure: update docs link (#1000)
1 parent 13f913a commit 9344f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/terraform_standard_module_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Reference: https://github.com/terraform-linters/tflint/blob/v0.16.0/docs/rules/t
2323

2424
## Why
2525

26-
Terraform's documentation outlines a [Standard Module Structure](https://www.terraform.io/docs/modules/index.html#standard-module-structure). A minimal module should have a `main.tf`, `variables.tf`, and `outputs.tf` file. Variable and output blocks should be included in the corresponding file.
26+
Terraform's documentation outlines a [Standard Module Structure](https://www.terraform.io/docs/modules/structure.html). A minimal module should have a `main.tf`, `variables.tf`, and `outputs.tf` file. Variable and output blocks should be included in the corresponding file.
2727

2828
## How To Fix
2929

0 commit comments

Comments
 (0)