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 2ce6dbd commit 368d760Copy full SHA for 368d760
.pre-commit-config.yaml
@@ -19,3 +19,17 @@ repos:
19
- id: debug-statements
20
- id: check-yaml
21
- id: check-added-large-files
22
+
23
+ - repo: https://github.com/antonbabenko/pre-commit-terraform
24
+ rev: v1.77.0
25
+ hooks:
26
+ - id: terraform_fmt
27
+ - id: terraform_docs
28
+ args:
29
+ - '--args=--lockfile=false'
30
+ - --hook-config=--add-to-existing-file=true
31
+ - --hook-config=--create-file-if-not-exist=true
32
33
+ - id: terraform_tflint
34
35
+ - --args=--config=.tflint.hcl
0 commit comments