Copied to .pre-commit-hooks.yaml for compatibility (closes #1)

This commit is contained in:
Anton Babenko 2017-01-25 10:28:51 +01:00
commit b50c154638

7
.pre-commit-hooks.yaml Normal file
View file

@ -0,0 +1,7 @@
- id: terraform_fmt
name: Terraform fmt
description: Rewrites all Terraform configuration files to a canonical format.
entry: terrraform_fmt.sh
language: script
files: \.tf$
exclude: \.terraform\/.*$