-
Notifications
You must be signed in to change notification settings - Fork 115
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
cannot unmarshal string into GO struct field MessageResource.details of the type map [string]interface{} #44
Comments
@mkapooretg Can you share your configuration file and Prism Central version as well? |
On my side:
I just have
I tried:
Maybe it's because I don't have access to clusters ressources ? |
@mkapooretg : can I have the crash.log? |
I too seem to be experiencing this issue on terraform 0.11.14 and PC version 5.10.4 |
Check the login information. Make sure that is correct.
Thanks,
Maneesh Kapoor | Essextec
Manager Professional Services
P: 929-371-3648<tel:929-371-3648> | C: 929-341-0431<tel:929-341-0431>
[email protected]<mailto:[email protected]>
Website<http://www.essextec.com/> | LinkedIn <https://www.linkedin.com/company/essextec> | Twitter<https://twitter.com/essextec>
[id:[email protected]]
Cloud | Cognitive | Cybersecurity
On Jun 5, 2019, at 6:09 PM, rdobrynski <[email protected]<mailto:[email protected]>> wrote:
I too seem to be experiencing this issue on terraform 0.11.14 and PC version 5.10.4
terraform plan works, but apply breaks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://github.com/terraform-providers/terraform-provider-nutanix/issues/44?email_source=notifications&email_token=AHUQEHXCCAOB4HCFVOFARU3PZA2QHA5CNFSM4HDD4IJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXBFBAI#issuecomment-499273857>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHUQEHTYNTS5VR2623OWEDLPZA2QHANCNFSM4HDD4IJQ>.
|
ahh.. silly domain suffix in username. Confirmed this is working with terraform 0.11.14 and PC version 5.10.4, thanks mkapoor |
Got hit by this: Nutanix returns a non-json object with response code 401 which cannot be unmarshaled by the CheckResponse method at https://github.com/terraform-providers/terraform-provider-nutanix/blob/8a3e566ff0a8520de9d7694e7c4315552c323cab/client/client.go#L263 Reworked this with PR that throws an invalid credential error instead, which is more helpful I think #148 |
Getting the following error when setting up a vm on nutanix:
cannot unmarshal string into GO struct field MessageResource.details of the type map [string]interface{}
Please let me know if anyone has seen this error and what may be the cause
The text was updated successfully, but these errors were encountered: