Commit d94c4b0c authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat(workspace): select or create

parent 28c128e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  }