mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
7 lines
227 B
YAML
7 lines
227 B
YAML
- id: terraform_fmt
|
|
name: Terraform fmt
|
|
description: Rewrites all Terraform configuration files to a canonical format.
|
|
entry: terraform_fmt.sh
|
|
language: script
|
|
files: \.tf$
|
|
exclude: \.+.terraform\/.*$
|