File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -217,9 +217,10 @@ function set-init-args() {
217
217
done
218
218
fi
219
219
220
+ set-variable-args
221
+
220
222
if [[ -v OPENTOFU && $TERRAFORM_VER_MINOR -ge 8 ]]; then
221
223
debug " Preparing variables for early evaluation"
222
- set-variable-args
223
224
INIT_ARGS=" $INIT_ARGS $VARIABLE_ARGS "
224
225
fi
225
226
@@ -305,9 +306,9 @@ function init-backend-default-workspace() {
305
306
function select-workspace() {
306
307
local WORKSPACE_EXIT
307
308
308
- debug_log $TOOL_COMMAND_NAME workspace select '$VARIABLE_ARGS' " $INPUT_WORKSPACE " # don't expand VARIABLE_ARGS
309
+ debug_log $TOOL_COMMAND_NAME ' $VARIABLE_ARGS' workspace select "$INPUT_WORKSPACE" # don't expand VARIABLE_ARGS
309
310
set +e
310
- (cd " $INPUT_PATH " && $TOOL_COMMAND_NAME workspace select "$VARIABLE_ARGS" " $INPUT_WORKSPACE " ) > " $STEP_TMP_DIR /workspace_select" 2>&1
311
+ (cd " $INPUT_PATH " && $TOOL_COMMAND_NAME " $VARIABLE_ARGS " workspace select "$INPUT_WORKSPACE") > " $STEP_TMP_DIR /workspace_select" 2>&1
311
312
WORKSPACE_EXIT=$?
312
313
set -e
313
314
You can’t perform that action at this time.
0 commit comments