-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Terraform Panic with Vsphere Provider #222
Comments
Hey @wnhtr, thanks for submitting the issue and sorry you are having trouble. I think this is related to #215, can you review that issue and tell me if you have any inparticular gotcha in your system that would be causing an issue with grabbing the IP address info so deep in the structure? In other news, we are currently in the process of refactoring this resource - part of the work will be an overhaul of how we treat guest network information read in from VMware tools so that there's not nearly as much risk of these kinds of panics happening. Thanks! |
I can't think of anything in our system that would be related to this. Each time I run terraform there is a different number of errors, but every single time there is a panic. If I run terraform with '-target' to target just a few resources, then terraform runs just find with no panic. |
Sorry, I didn't mean to close this issue. |
This is more than likely an old, pre 1.x issue and was probably fixed with the re-write in #244. |
Terraform Version
terraform -v
Terraform v0.10.7
vSphere Provider Version
0.4.2
Affected Resource(s)
terraform-provider-vsphere
Terraform Configuration Files
Debug Output
https://gist.github.com/wnhtr/45eb792cfd73c8832894119d295cff28
Panic Output
https://gist.github.com/wnhtr/49e2cbab05ddbde7eb957e68a8de51b9
Expected Behavior
terraform refresh should not panic
Actual Behavior
terraform panic
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform refresh -var-file=pre-stage.tfvars
Important Factoids
This configuration has been working for weeks, then just all of the sudden stopped working. I can access vsphere just fine, and govc works as well.
References
none
The text was updated successfully, but these errors were encountered: