Skip to content

Commit 8baab58

Browse files
authored
Merge pull request #694 from veselyn/terraform-validate-no-backend
2 parents 39f5320 + 0fc6d9a commit 8baab58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4250,7 +4250,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
42504250
| sort \
42514251
| uniq \
42524252
| while read dir; do
4253-
${lib.getExe hooks.terraform-validate.package} -chdir="$dir" init
4253+
${lib.getExe hooks.terraform-validate.package} -chdir="$dir" init -backend=false
42544254
${lib.getExe hooks.terraform-validate.package} -chdir="$dir" validate
42554255
done
42564256
'';

0 commit comments

Comments
 (0)