You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
regarding issue #456 I compiled terraform-provider-vsphere with golang 1.10.1 against the branch in the PR #471 and thanks to @vancluever I got DVS UUID and portgroup. Unfortunately the deploy failed again. I still wonder how come it's deployable via different distro.
$ tf apply
Error: Error applying plan:2error(s) occurred:* vsphere_virtual_machine.ops_win7[0]:1error(s) occurred:* vsphere_virtual_machine.ops_win7.0: network_interface.0: portgroup lookup by key returned nil result for DVS UUID "50 36 d2 92 e8 af e4 f6-9f c2 aa 9e a9 48 b2 95" and portgroup key "dvportgroup-1119"* vsphere_virtual_machine.ops_win7[1]:1error(s) occurred:* vsphere_virtual_machine.ops_win7.1: network_interface.0: portgroup lookup by key returned nil result for DVS UUID "50 36 d2 92 e8 af e4 f6-9f c2 aa 9e a9 48 b2 95" and portgroup key "dvportgroup-1119"
Hey there,
regarding issue #456 I compiled terraform-provider-vsphere with golang 1.10.1 against the branch in the PR #471 and thanks to @vancluever I got DVS UUID and portgroup. Unfortunately the deploy failed again. I still wonder how come it's deployable via different distro.
Terraform Version
vSphere Provider Version
Affected Resource(s)
Please list the resources as a list, for example:
vsphere_virtual_machine
Terraform Configuration Files
Please see previous issue #456
Expected Behavior
Deploy without problem.
Actual Behavior
When I run
terraform destory
Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: