-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
vSphere: Crash on minimal configuration #3537
Comments
Yes, I experience the same issue. |
Same issue here too. |
@tkak any ideas? |
It seems to fail to get an IP address because only to create an empty VM in case of minimal configuration. I will fix it. |
Cloning from a template causes the same result. At https://github.com/hashicorp/terraform/blob/master/builtin/providers/vsphere/resource_vsphere_virtual_machine.go#L329 you are waiting for You have changed this logic in rakutentech/terraform-provider-vsphere#29 |
👍 No longer having this issue. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Assuming the following configuration:
Successful plan:
Terraform crash on apply:
VM was successfully created in vSphere after an apply; however, no state was written:
Full crash log: https://gist.github.com/jwieringa/f0aa0285ed2570c07399
Please let me know if you have any questions. Any feedback on working through the Go stack trace greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: