Skip to content

Commit 827af52

Browse files
authored
fix: Terraform validate for submodules (antonbabenko#172)
1 parent 4f6e849 commit 827af52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: git://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.3.0
3+
rev: v3.4.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -9,7 +9,7 @@ repos:
99
- id: check-merge-conflict
1010
- id: check-executables-have-shebangs
1111
- repo: git://github.com/jumanjihouse/pre-commit-hooks
12-
rev: 2.1.4
12+
rev: 2.1.5
1313
hooks:
1414
- id: shfmt
1515
args: ['-l', '-i', '2', '-ci', '-sr', '-w']

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- id: terraform_validate
3737
name: Terraform validate
3838
description: Validates all Terraform configuration files.
39+
require_serial: true
3940
entry: terraform_validate.sh
4041
language: script
4142
files: (\.tf|\.tfvars)$

0 commit comments

Comments
 (0)