You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments