-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error running workspace list
" with no output
#97
Comments
Hi @DanielJonesEB, I just pushed this commit to the |
Thanks for the help, @ljfranklin. I think you may have pushed to Here's the output now, running against the same input
I'm wondering if |
Ah, just realised that the tags on the Docker images refer to the version of Terraform, not the version of the resource. Would it be possible to introduce some other versioning mechanism so we can use the latest version of Terraform without necessarily picking up new resource changes? Just to show I'm not completely insane: Perhaps there was something wrong with my worker that was causing the Terraform executable to not be runnable on build #6. |
@DanielJonesEB the current tagging implementation is maybe a little surprising, at the end of the resource's CI pipeline it tags the current Terraform + resource image with Aside from a larger change to the resource earlier this year to update the resource to handle Terraform Backends, I don't often add new functionality to the resource other than bug fixes. The lack of STDERR from |
I've got no idea what the problem is here... Using 0.12.6. Ran some Terraform through the resource once, and it worked. Running an update through and getting this:
Here's the config in the pipeline, all of which have sensible values:
and the
put
:Have I missed something obvious?
The text was updated successfully, but these errors were encountered: