skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add terraform format precommit

Format terraform files
This commit is contained in:
Ethan Paul 2023-04-04 16:54:01 -04:00
parent 29bccbac02
commit 1e1677cb4d
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA
3 changed files with 58 additions and 50 deletions

View File

@ -32,3 +32,11 @@ repos:
- "--wrap=90"
types:
- markdown
- id: terraform
name: terraform format
entry: terraform
language: system
args:
- fmt
files: ".*\\.tf$"