Skip to content

Commit 06a923d

Browse files
author
github-actions
committed
Update files from terraform-module-template
1 parent 3c28d0e commit 06a923d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pre-commit-config.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ repos:
99
- '--args=--only=terraform_deprecated_index'
1010
- '--args=--only=terraform_unused_declarations'
1111
- '--args=--only=terraform_comment_syntax'
12+
- '--args=--only=terraform_documented_outputs'
13+
- '--args=--only=terraform_documented_variables'
14+
- '--args=--only=terraform_typed_variables'
15+
- '--args=--only=terraform_module_pinned_source'
16+
- '--args=--only=terraform_naming_convention'
17+
- '--args=--only=terraform_required_version'
18+
- '--args=--only=terraform_required_providers'
19+
- '--args=--only=terraform_standard_module_structure'
20+
- '--args=--only=terraform_workspace_remote'
21+
- '--args=--only=terraform_unused_required_providers'
1222
- id: terraform_validate
1323
- repo: https://github.com/pre-commit/pre-commit-hooks
1424
rev: v4.6.0

0 commit comments

Comments
 (0)