pre-commit-opentofu/hooks.yaml

7 lines
228 B
YAML
Raw Normal View History

2016-09-27 19:47:26 +02:00
- id: terraform_fmt
name: Terraform fmt
description: Rewrites all Terraform configuration files to a canonical format.
2016-09-27 20:01:11 +02:00
entry: terrraform_fmt.sh
2016-09-27 19:47:26 +02:00
language: script
files: \.tf$
2017-03-29 17:08:02 +02:00
exclude: \.+.terraform\/.*$