|
1 | 1 | repos: |
2 | 2 | - repo: https://github.com/antonbabenko/pre-commit-terraform |
3 | | - rev: v1.82.0 |
| 3 | + rev: v1.96.3 |
4 | 4 | hooks: |
5 | 5 | - id: terraform_fmt |
6 | 6 | - id: terraform_validate |
7 | 7 | - id: terraform_docs |
8 | 8 | args: |
9 | | - - '--args=--lockfile=false' |
10 | | - - '--hook-config=--path-to-file=README.md' |
11 | | - - '--hook-config=--create-file-if-not-exist=true' |
| 9 | + - "--args=--lockfile=false" |
| 10 | + - "--hook-config=--path-to-file=README.md" |
| 11 | + - "--hook-config=--create-file-if-not-exist=true" |
12 | 12 | - id: terraform_tflint |
13 | 13 | args: |
14 | | - - '--args=--only=terraform_deprecated_interpolation' |
15 | | - - '--args=--only=terraform_deprecated_index' |
16 | | - - '--args=--only=terraform_unused_declarations' |
17 | | - - '--args=--only=terraform_comment_syntax' |
18 | | - - '--args=--only=terraform_documented_outputs' |
19 | | - - '--args=--only=terraform_documented_variables' |
20 | | - - '--args=--only=terraform_typed_variables' |
21 | | - - '--args=--only=terraform_module_pinned_source' |
22 | | - - '--args=--only=terraform_naming_convention' |
23 | | - - '--args=--only=terraform_required_version' |
24 | | - - '--args=--only=terraform_required_providers' |
25 | | - - '--args=--only=terraform_standard_module_structure' |
26 | | - - '--args=--only=terraform_workspace_remote' |
| 14 | + - "--args=--only=terraform_deprecated_interpolation" |
| 15 | + - "--args=--only=terraform_deprecated_index" |
| 16 | + - "--args=--only=terraform_unused_declarations" |
| 17 | + - "--args=--only=terraform_comment_syntax" |
| 18 | + - "--args=--only=terraform_documented_outputs" |
| 19 | + - "--args=--only=terraform_documented_variables" |
| 20 | + - "--args=--only=terraform_typed_variables" |
| 21 | + - "--args=--only=terraform_module_pinned_source" |
| 22 | + - "--args=--only=terraform_naming_convention" |
| 23 | + - "--args=--only=terraform_required_version" |
| 24 | + - "--args=--only=terraform_required_providers" |
| 25 | + - "--args=--only=terraform_standard_module_structure" |
| 26 | + - "--args=--only=terraform_workspace_remote" |
27 | 27 | - repo: https://github.com/pre-commit/pre-commit-hooks |
28 | 28 | rev: v4.4.0 |
29 | 29 | hooks: |
|
0 commit comments