This website requires JavaScript.
Explore
Help
Sign in
weeheavy
/
pre-commit-opentofu
Watch
1
Star
0
Fork
You've already forked pre-commit-opentofu
0
forked from
github/pre-commit-opentofu
Code
Pull requests
Activity
bd50003bd7
pre-commit-opentofu
/
terraform_fmt.sh
5 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
Ready, probably :)
2016-09-27 20:01:11 +02:00
#!/usr/bin/env bash
for
file in
"
$@
"
;
do
Added formatting for tfvars (fixes #4) (#6)
2018-01-15 16:12:51 +01:00
terraform fmt
"
$file
"
Ready, probably :)
2016-09-27 20:01:11 +02:00
done
Copy permalink