fix: Terraform validate for submodules (#172)

This commit is contained in:
Anton Babenko 2021-02-20 20:18:07 +01:00 committed by GitHub
commit 827af52cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -36,6 +36,7 @@
- id: terraform_validate
name: Terraform validate
description: Validates all Terraform configuration files.
require_serial: true
entry: terraform_validate.sh
language: script
files: (\.tf|\.tfvars)$