fix: terraform_tflint hook executes in a serial way to run less often (#211)

This commit is contained in:
Javier Collado 2021-10-01 13:29:07 +02:00 committed by GitHub
commit 3404eede1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)$