From 3404eede1eb643bd33d14f8f069224047b51a739 Mon Sep 17 00:00:00 2001 From: Javier Collado Date: Fri, 1 Oct 2021 13:29:07 +0200 Subject: [PATCH] fix: terraform_tflint hook executes in a serial way to run less often (#211) --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index faaf1a65f..c7cf94873 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -45,6 +45,7 @@ - id: terraform_tflint name: Terraform validate with tflint description: Validates all Terraform configuration files with TFLint. + require_serial: true entry: terraform_tflint.sh language: script files: (\.tf|\.tfvars)$