terraform-aws-rds-proxy/.pre-commit-config.yaml
2021-11-03 13:58:02 -04:00

15 lines
410 B
YAML

repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.55.0
hooks:
- id: terraform_fmt
- id: terraform_docs
args:
- '--args=--lockfile=false'
- id: terraform_validate
- id: terraform_tflint
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer