Skip to content

Commit c5c3147

Browse files
authored
Merge pull request #541 from arianvp/patch-1
Try fixing terraform-validate
2 parents 0c1e27e + 4778b2a commit c5c3147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/terraform-validate/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set -x
88
| sort \
99
| uniq \
1010
| while read dir; do
11+
${opentofu}/bin/tofu init "$dir"
1112
${opentofu}/bin/tofu validate "$dir"
1213
done
1314
''

0 commit comments

Comments
 (0)