Skip to content

Commit

Permalink
fix: Terraform validate for submodules (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko authored Feb 20, 2021
1 parent 4f6e849 commit 827af52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v3.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -9,7 +9,7 @@ repos:
- id: check-merge-conflict
- id: check-executables-have-shebangs
- repo: git://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.4
rev: 2.1.5
hooks:
- id: shfmt
args: ['-l', '-i', '2', '-ci', '-sr', '-w']
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)$
Expand Down

0 comments on commit 827af52

Please sign in to comment.