We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c1e27e + 4778b2a commit c5c3147Copy full SHA for c5c3147
nix/terraform-validate/default.nix
@@ -8,6 +8,7 @@ set -x
8
| sort \
9
| uniq \
10
| while read dir; do
11
+ ${opentofu}/bin/tofu init "$dir"
12
${opentofu}/bin/tofu validate "$dir"
13
done
14
''
0 commit comments