-
Notifications
You must be signed in to change notification settings - Fork 103
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
Unable to create workspace (wrong VCS settings marshal) #202
Comments
Thanks for the issue submission @SkYNewZ , we'll take a look at this and fix it! |
I'm currently using |
I have made to simple files to test and reproduce this issue without any link to
|
Hello! Commit 094a293 from @radditude fix my issue. Waiting to be on |
This should be fixed as of https://github.com/hashicorp/go-tfe/releases/tag/v0.13.2 - thank you for reporting and for the detailed repro! |
I'm unable to create a workspace with VCS settings:
missing required vcs creation params
Simple code snippet:
Digging into the code, I think the error comes from
jsonapi
which does not marshal nested objects (and here theVCSRepo
object).I have reproduced https://github.com/hashicorp/go-tfe/blob/master/tfe.go#L551
Outputs:
The text was updated successfully, but these errors were encountered: