Alex Cook
Results
1
comments of
Alex Cook
@nbering I had the same error as well. I'm running Terraform version 0.14.6 and Python 3.8.5. To fix it I changed `tf_workspace = [TERRAFORM_PATH, 'workspace', 'select', TERRAFORM_WS_NAME]` to `tf_workspace =...