pre-commit-opentofu/terraform_fmt.sh
2018-01-15 16:12:51 +01:00

5 lines
71 B
Bash
Executable file

#!/usr/bin/env bash
for file in "$@"; do
terraform fmt "$file"
done