mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Copied to .pre-commit-hooks.yaml for compatibility (closes #1)
This commit is contained in:
parent
67dcb8615f
commit
b50c154638
1 changed files with 7 additions and 0 deletions
7
.pre-commit-hooks.yaml
Normal file
7
.pre-commit-hooks.yaml
Normal 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\/.*$
|
||||
Loading…
Add table
Add a link
Reference in a new issue