|
1 | 1 | repos:
|
2 | 2 | - repo: https://github.com/antonbabenko/pre-commit-terraform
|
3 |
| - rev: v1.88.0 |
| 3 | + rev: v1.88.2 |
4 | 4 | hooks:
|
5 | 5 | - id: terraform_fmt
|
6 | 6 | - id: terraform_wrapper_module_for_each
|
7 | 7 | - id: terraform_docs
|
8 | 8 | args:
|
9 |
| - - '--args=--lockfile=false' |
| 9 | + - "--args=--lockfile=false" |
10 | 10 | - id: terraform_tflint
|
11 | 11 | args:
|
12 |
| - - '--args=--only=terraform_deprecated_interpolation' |
13 |
| - - '--args=--only=terraform_deprecated_index' |
14 |
| - - '--args=--only=terraform_unused_declarations' |
15 |
| - - '--args=--only=terraform_comment_syntax' |
16 |
| - - '--args=--only=terraform_documented_outputs' |
17 |
| - - '--args=--only=terraform_documented_variables' |
18 |
| - - '--args=--only=terraform_typed_variables' |
19 |
| - - '--args=--only=terraform_module_pinned_source' |
20 |
| - - '--args=--only=terraform_naming_convention' |
21 |
| - - '--args=--only=terraform_required_version' |
22 |
| - - '--args=--only=terraform_required_providers' |
23 |
| - - '--args=--only=terraform_standard_module_structure' |
24 |
| - - '--args=--only=terraform_workspace_remote' |
25 |
| - - '--args=--only=terraform_unused_required_providers' |
| 12 | + - "--args=--only=terraform_deprecated_interpolation" |
| 13 | + - "--args=--only=terraform_deprecated_index" |
| 14 | + - "--args=--only=terraform_unused_declarations" |
| 15 | + - "--args=--only=terraform_comment_syntax" |
| 16 | + - "--args=--only=terraform_documented_outputs" |
| 17 | + - "--args=--only=terraform_documented_variables" |
| 18 | + - "--args=--only=terraform_typed_variables" |
| 19 | + - "--args=--only=terraform_module_pinned_source" |
| 20 | + - "--args=--only=terraform_naming_convention" |
| 21 | + - "--args=--only=terraform_required_version" |
| 22 | + - "--args=--only=terraform_required_providers" |
| 23 | + - "--args=--only=terraform_standard_module_structure" |
| 24 | + - "--args=--only=terraform_workspace_remote" |
26 | 25 | - id: terraform_validate
|
27 | 26 | - repo: https://github.com/pre-commit/pre-commit-hooks
|
28 | 27 | rev: v4.5.0
|
|
0 commit comments