Loading templates/gitlab-ci-terraform.yml +1 −1 Original line number Diff line number Diff line Loading @@ -425,7 +425,7 @@ stages: then log_info "--- use workspace: \\e[33;1m${workspace}\\e[0m" unset TF_WORKSPACE terraform workspace select "$workspace" terraform workspace select "${workspace}" 2> /dev/null || terraform workspace new "${workspace}" fi } Loading Loading
templates/gitlab-ci-terraform.yml +1 −1 Original line number Diff line number Diff line Loading @@ -425,7 +425,7 @@ stages: then log_info "--- use workspace: \\e[33;1m${workspace}\\e[0m" unset TF_WORKSPACE terraform workspace select "$workspace" terraform workspace select "${workspace}" 2> /dev/null || terraform workspace new "${workspace}" fi } Loading