sebastian wth
03/26/2024, 12:14 AM- run: "source $TFW_WRAPPER_PATH $TFW_GLOBAL_VAR_FILE && terraform init -no-color -input=false"
- run: "terraform workspace select -no-color $WORKSPACE || terraform workspace new -no-color $WORKSPACE"
where i would source my terraform wrapper, and then use it in the next "run". now with each run command, I now have to reload the terraform wrapper. is there a way around this?PePe Amengual
03/26/2024, 12:20 AMPePe Amengual
03/26/2024, 12:20 AMPePe Amengual
03/26/2024, 12:21 AM-or-create=false Create the Terraform workspace if it doesn't exist.sebastian wth
03/26/2024, 3:46 PM