Skip to content

Commit 1754dd0

Browse files
committed
feat: add pre-commit to automatically format and create docs
1 parent 360a4e1 commit 1754dd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- repo: git://github.com/antonbabenko/pre-commit-terraform
2+
rev: v1.11.0
3+
hooks:
4+
- id: terraform_fmt
5+
- id: terraform_docs
6+
- id: terraform_validate_with_variables

0 commit comments

Comments
 (0)