Skip to content

Commit 5fbc7cc

Browse files
authored
Add terraform_ordered_locals to the doc index (#32)
1 parent 0c3dad9 commit 5fbc7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/rules/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All rules are enabled by default, but by setting `preset = "recommended"`, you c
1515
|[terraform_module_pinned_source](terraform_module_pinned_source.md)|Disallow specifying a git or mercurial repository as a module source without pinning to a version||
1616
|[terraform_module_version](terraform_module_version.md)|Checks that Terraform modules sourced from a registry specify a version||
1717
|[terraform_naming_convention](terraform_naming_convention.md)|Enforces naming conventions for resources, data sources, etc||
18+
|[terraform_ordered_locals](terraform_ordered_locals.md)|Recommend proper order for variables in `locals` blocks||
1819
|[terraform_required_providers](terraform_required_providers.md)|Require that all providers have version constraints through required_providers||
1920
|[terraform_required_version](terraform_required_version.md)|Disallow `terraform` declarations without require_version||
2021
|[terraform_standard_module_structure](terraform_standard_module_structure.md)|Ensure that a module complies with the Terraform Standard Module Structure||

0 commit comments

Comments
 (0)