hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.68k stars 9.55k forks source link

failures creating vm's vsphere provider (could be core) #16224

Closed rismoney closed 7 years ago

rismoney commented 7 years ago

Using the vsphere module to create a simple vm, I am on v.0.10.6

This looks very similar to an issue (I'm on windows) but it was reported a few hours ago, and was referred to digitalocean provider- https://github.com/hashicorp/terraform/issues/16220

Error applying plan:

1 error(s) occurred:

* module.igen-nj-wks01.vsphere_virtual_machine.wks: 1 error(s) occurred:

* vsphere_virtual_machine.wks: Post https://tp-nj-vc-01.3rdpoint.corp/sdk: EOF

Trace log showS:

2017/09/29 17:35:05 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2017/09/29 17:35:05 [TRACE] dag/walk: vertex "provider.vsphere (close)", waiting for: "module.igen-nj-wks01.vsphere_virtual_machine.wks"
2017/09/29 17:35:07 [TRACE] root.igen-nj-wks01: eval: *terraform.EvalWriteState
2017/09/29 17:35:07 [TRACE] root.igen-nj-wks01: eval: *terraform.EvalApplyProvisioners
2017/09/29 17:35:07 [TRACE] root.igen-nj-wks01: eval: *terraform.EvalIf
2017/09/29 17:35:07 [TRACE] root.igen-nj-wks01: eval: *terraform.EvalWriteState
2017/09/29 17:35:07 [TRACE] root.igen-nj-wks01: eval: *terraform.EvalWriteDiff
2017/09/29 17:35:07 [TRACE] root.igen-nj-wks01: eval: *terraform.EvalApplyPost
2017/09/29 17:35:07 [ERROR] root.igen-nj-wks01: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:

* vsphere_virtual_machine.wks: Post https://tp-nj-vc-01.3rdpoint.corp/sdk: EOF
2017/09/29 17:35:07 [ERROR] root.igen-nj-wks01: eval: *terraform.EvalSequence, err: 1 error(s) occurred:

* vsphere_virtual_machine.wks: Post https://tp-nj-vc-01.3rdpoint.corp/sdk: EOF
2017/09/29 17:35:07 [TRACE] [walkApply] Exiting eval tree: module.igen-nj-wks01.vsphere_virtual_machine.wks
2017/09/29 17:35:07 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2017/09/29 17:35:07 [TRACE] dag/walk: upstream errored, not walking "provider.vsphere (close)"
2017/09/29 17:35:07 [TRACE] dag/walk: upstream errored, not walking "root"
2017/09/29 17:35:07 [TRACE] Preserving existing state lineage "f6c9f055-1640-4d42-a6fe-ccc483faeeb9"
2017/09/29 17:35:07 [TRACE] Preserving existing state lineage "f6c9f055-1640-4d42-a6fe-ccc483faeeb9"
2017/09/29 17:35:07 [TRACE] Preserving existing state lineage "f6c9f055-1640-4d42-a6fe-ccc483faeeb9"
2017/09/29 17:35:07 [TRACE] Preserving existing state lineage "f6c9f055-1640-4d42-a6fe-ccc483faeeb9"
2017/09/29 17:35:07 [DEBUG] Uploading remote state to S3: {
rismoney commented 7 years ago

going to move to provider repo

ghost commented 4 years ago

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.