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.
1 parent a5a9613 commit cb81d8cCopy full SHA for cb81d8c
nix/terraform-validate/default.nix
@@ -8,6 +8,6 @@ set -x
8
| sort \
9
| uniq \
10
| while read dir; do
11
- ${opentofu}/bin/tofu validate "$dir"
+ ${opentofu}/bin/tofu -chdir="$dir" validate
12
done
13
''
0 commit comments