diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index da36a24..eb42d4a 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,7 +1,7 @@ - id: terraform_fmt name: Terraform fmt description: Rewrites all Terraform configuration files to a canonical format. - entry: terrraform_fmt.sh + entry: terraform_fmt.sh language: script files: \.tf$ exclude: \.+.terraform\/.*$ diff --git a/hooks.yaml b/hooks.yaml index da36a24..eb42d4a 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -1,7 +1,7 @@ - id: terraform_fmt name: Terraform fmt description: Rewrites all Terraform configuration files to a canonical format. - entry: terrraform_fmt.sh + entry: terraform_fmt.sh language: script files: \.tf$ exclude: \.+.terraform\/.*$ diff --git a/terrraform_fmt.sh b/terraform_fmt.sh similarity index 100% rename from terrraform_fmt.sh rename to terraform_fmt.sh