8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00516d0 commit 905fd3bCopy full SHA for 905fd3b
.pre-commit-config.yaml
@@ -1,20 +1,22 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.77.1
+ rev: v1.81.0
4
hooks:
5
- id: terraform_fmt
6
args:
7
- --args=-diff
8
- id: terraform_validate
9
10
+ - --tf-init-args=-upgrade
11
- --hook-config=--retry-once-with-cleanup=true
12
- id: terraform_tflint
13
14
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
15
files: ^modules/
16
- id: terraform_docs
17
args: ["--args=--sort-by required"]
18
+
19
- repo: https://github.com/adrienverge/yamllint
- rev: v1.29.0
20
+ rev: v1.32.0
21
22
- id: yamllint
0 commit comments