mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
fix: Terraform validate for submodules (#172)
This commit is contained in:
parent
4f6e849059
commit
827af52cd2
2 changed files with 3 additions and 2 deletions
|
|
@ -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)$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue