Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove workspace env var and not set it to an empty string. (#388)
Setting the environment variable to an empty string confuses the terraform binary as seen below: ``` TF_WORKSPACE= terraform init -no-color -input=false -get=false -upgrade=false -backend=false Error: Terraform Cloud returned an unexpected error invalid value for workspace ``` With this patch the `TF_WORKSPACE` will not exist and avoids the above problem.
- Loading branch information