Single pre-commit hook which runs terraform_unused_vars on the terraform project.
An example .pre-commit-config.yaml
:
- repo: git://github.com/pecigonzalo/pre-commit-terraform-vars
sha: master
hooks:
- id: terraform-vars
Enjoy the clean code!