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 46e7819 commit 183d626Copy full SHA for 183d626
Justfile
@@ -1473,7 +1473,7 @@ tofu *ARGS:
1473
1474
tofu init -reconfigure
1475
tofu workspace select -or-create "$WORKSPACE"
1476
- tofu ${ARGS[@]} ${VAR_FILE:+-var-file=<("${SOPS[@]}" "$VAR_FILE")}
+ tofu "${ARGS[@]:0:1}" ${VAR_FILE:+-var-file=<("${SOPS[@]}" "$VAR_FILE")} "${ARGS[@]:1}"
1477
1478
# Truncate a select chain after slot
1479
truncate-chain ENV SLOT:
0 commit comments