mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
fix: terraform_tflint hook executes in a serial way to run less often (#211)
This commit is contained in:
parent
ce02cd137e
commit
3404eede1e
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
||||||
- id: terraform_tflint
|
- id: terraform_tflint
|
||||||
name: Terraform validate with tflint
|
name: Terraform validate with tflint
|
||||||
description: Validates all Terraform configuration files with TFLint.
|
description: Validates all Terraform configuration files with TFLint.
|
||||||
|
require_serial: true
|
||||||
entry: terraform_tflint.sh
|
entry: terraform_tflint.sh
|
||||||
language: script
|
language: script
|
||||||
files: (\.tf|\.tfvars)$
|
files: (\.tf|\.tfvars)$
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue