Last active
June 2, 2020 16:28
-
-
Save solarmicrobe/a2533da7293ce6ed1056ac616c8f8d85 to your computer and use it in GitHub Desktop.
Output of a "simple" terraform apply spinning up my first ovf to
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TF_LOG=debug terraform apply | |
2020/06/02 11:27:42 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/06/02 11:27:42 [INFO] Terraform version: 0.12.26 | |
2020/06/02 11:27:42 [INFO] Go runtime version: go1.12.13 | |
2020/06/02 11:27:42 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"} | |
2020/06/02 11:27:42 [DEBUG] Attempting to open CLI config file: /home/zeus/.terraformrc | |
2020/06/02 11:27:42 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2020/06/02 11:27:42 [INFO] CLI command args: []string{"apply"} | |
2020/06/02 11:27:42 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/06/02 11:27:42 [DEBUG] checking for provider in "." | |
2020/06/02 11:27:42 [DEBUG] checking for provider in "/usr/local/bin" | |
2020/06/02 11:27:42 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64" | |
2020/06/02 11:27:42 [DEBUG] found provider "terraform-provider-vsphere_v1.18.2_x4" | |
2020/06/02 11:27:42 [DEBUG] found valid plugin: "vsphere", "1.18.2", "/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4" | |
2020/06/02 11:27:42 [DEBUG] checking for provisioner in "." | |
2020/06/02 11:27:42 [DEBUG] checking for provisioner in "/usr/local/bin" | |
2020/06/02 11:27:42 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64" | |
2020/06/02 11:27:42 [INFO] backend/local: starting Apply operation | |
2020-06-02T11:27:42.643-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-06-02T11:27:42.684-0500 [DEBUG] plugin: starting plugin: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 args=[/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4] | |
2020-06-02T11:27:42.688-0500 [DEBUG] plugin: plugin started: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28126 | |
2020-06-02T11:27:42.688-0500 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 | |
2020-06-02T11:27:42.719-0500 [INFO] plugin.terraform-provider-vsphere_v1.18.2_x4: configuring server automatic mTLS: timestamp=2020-06-02T11:27:42.719-0500 | |
2020-06-02T11:27:42.761-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: plugin address: address=/tmp/plugin184577141 network=unix timestamp=2020-06-02T11:27:42.761-0500 | |
2020-06-02T11:27:42.762-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-06-02T11:27:42.846-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" | |
2020-06-02T11:27:42.862-0500 [DEBUG] plugin: plugin process exited: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28126 | |
2020-06-02T11:27:42.862-0500 [DEBUG] plugin: plugin exited | |
2020/06/02 11:27:42 [INFO] terraform: building graph: GraphTypeValidate | |
2020/06/02 11:27:42 [DEBUG] ProviderTransformer: "data.vsphere_host.host" (*terraform.NodeValidatableResource) needs provider.vsphere | |
2020/06/02 11:27:42 [DEBUG] ProviderTransformer: "data.vsphere_network.network" (*terraform.NodeValidatableResource) needs provider.vsphere | |
2020/06/02 11:27:42 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.dc" (*terraform.NodeValidatableResource) needs provider.vsphere | |
2020/06/02 11:27:42 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore" (*terraform.NodeValidatableResource) needs provider.vsphere | |
2020/06/02 11:27:42 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool" (*terraform.NodeValidatableResource) needs provider.vsphere | |
2020/06/02 11:27:42 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vmFromLocalOvf" (*terraform.NodeValidatableResource) needs provider.vsphere | |
2020/06/02 11:27:42 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:42 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:42 [DEBUG] ReferenceTransformer: "local.vsphere_host" references: [] | |
2020/06/02 11:27:42 [DEBUG] ReferenceTransformer: "provider.vsphere" references: [local.vsphere_host] | |
2020/06/02 11:27:42 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [data.vsphere_datastore.datastore data.vsphere_resource_pool.pool data.vsphere_host.host data.vsphere_datacenter.dc] | |
2020/06/02 11:27:42 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:42 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:42 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc" references: [] | |
2020/06/02 11:27:42 [DEBUG] Starting graph walk: walkValidate | |
2020-06-02T11:27:42.874-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-06-02T11:27:42.919-0500 [DEBUG] plugin: starting plugin: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 args=[/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4] | |
2020-06-02T11:27:42.923-0500 [DEBUG] plugin: plugin started: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28143 | |
2020-06-02T11:27:42.923-0500 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 | |
2020-06-02T11:27:42.952-0500 [INFO] plugin.terraform-provider-vsphere_v1.18.2_x4: configuring server automatic mTLS: timestamp=2020-06-02T11:27:42.951-0500 | |
2020-06-02T11:27:42.994-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: plugin address: address=/tmp/plugin026387790 network=unix timestamp=2020-06-02T11:27:42.994-0500 | |
2020-06-02T11:27:42.995-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-06-02T11:27:43.082-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" | |
2020-06-02T11:27:43.115-0500 [DEBUG] plugin: plugin process exited: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28143 | |
2020-06-02T11:27:43.115-0500 [DEBUG] plugin: plugin exited | |
2020/06/02 11:27:43 [INFO] backend/local: apply calling Refresh | |
2020/06/02 11:27:43 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_host.host" (*terraform.NodeRefreshableDataResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_network.network" (*terraform.NodeRefreshableDataResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.dc" (*terraform.NodeRefreshableDataResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore" (*terraform.NodeRefreshableDataResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool" (*terraform.NodeRefreshableDataResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [data.vsphere_datastore.datastore data.vsphere_resource_pool.pool data.vsphere_datacenter.dc data.vsphere_host.host] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "local.vsphere_host" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "provider.vsphere" references: [local.vsphere_host] | |
2020/06/02 11:27:43 [DEBUG] Starting graph walk: walkRefresh | |
2020-06-02T11:27:43.123-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-06-02T11:27:43.167-0500 [DEBUG] plugin: starting plugin: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 args=[/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4] | |
2020-06-02T11:27:43.173-0500 [DEBUG] plugin: plugin started: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28156 | |
2020-06-02T11:27:43.173-0500 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 | |
2020-06-02T11:27:43.207-0500 [INFO] plugin.terraform-provider-vsphere_v1.18.2_x4: configuring server automatic mTLS: timestamp=2020-06-02T11:27:43.206-0500 | |
2020-06-02T11:27:43.256-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: plugin address: address=/tmp/plugin707782439 network=unix timestamp=2020-06-02T11:27:43.255-0500 | |
2020-06-02T11:27:43.256-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-06-02T11:27:43.345-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" | |
2020-06-02T11:27:43.355-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary | |
2020-06-02T11:27:43.355-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] Creating new SOAP API session on endpoint 10.20.0.3 | |
2020-06-02T11:27:43.418-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] SOAP API session creation successful | |
2020-06-02T11:27:43.418-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] VMWare vSphere Client configured for URL: 10.20.0.3 | |
2020-06-02T11:27:43.418-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] Connected endpoint does not support REST API (VMware ESXi 6.7.0 build-11675023) | |
2020-06-02T11:27:43.418-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] Connected endpoint does not support policy based management | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc" references: [] | |
data.vsphere_datacenter.dc: Refreshing state... | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: [] | |
data.vsphere_network.network: Refreshing state... | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [] | |
data.vsphere_resource_pool.pool: Refreshing state... | |
data.vsphere_datastore.datastore: Refreshing state... | |
data.vsphere_host.host: Refreshing state... | |
2020/06/02 11:27:43 [DEBUG] Resource state not found for node "vsphere_virtual_machine.vmFromLocalOvf", instance vsphere_virtual_machine.vmFromLocalOvf | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [] | |
2020-06-02T11:27:43.513-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation | |
2020-06-02T11:27:43.513-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation | |
2020-06-02T11:27:43.513-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete | |
2020-06-02T11:27:43.514-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport | |
2020-06-02T11:27:43.514-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist | |
2020-06-02T11:27:43.514-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete | |
2020/06/02 11:27:43 [WARN] Provider "registry.terraform.io/-/vsphere" produced an invalid plan for vsphere_virtual_machine.vmFromLocalOvf, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .boot_retry_delay: planned value cty.NumberIntVal(10000) does not match config value cty.NullVal(cty.Number) | |
- .hv_mode: planned value cty.StringVal("hvAuto") does not match config value cty.NullVal(cty.String) | |
- .shutdown_wait_timeout: planned value cty.NumberIntVal(3) does not match config value cty.NullVal(cty.Number) | |
- .cpu_share_level: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String) | |
- .wait_for_guest_net_routable: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .run_tools_scripts_after_resume: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .num_cores_per_socket: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .poweron_timeout: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number) | |
- .run_tools_scripts_after_power_on: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .run_tools_scripts_before_guest_shutdown: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .swap_placement_policy: planned value cty.StringVal("inherit") does not match config value cty.NullVal(cty.String) | |
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) does not match config value cty.NullVal(cty.Number) | |
- .memory_share_level: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String) | |
- .force_power_off: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .latency_sensitivity: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String) | |
_tools_scripts_before_guest_standby: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") does not match config value cty.NullVal(cty.String) | |
- .scsi_controller_count: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .cpu_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) | |
- .ept_rvi_mode: planned value cty.StringVal("automatic") does not match config value cty.NullVal(cty.String) | |
- .num_cpus: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .firmware: planned value cty.StringVal("bios") does not match config value cty.NullVal(cty.String) | |
- .memory_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) | |
2020-06-02T11:27:43.533-0500 [DEBUG] plugin: plugin process exited: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28156 | |
2020-06-02T11:27:43.533-0500 [DEBUG] plugin: plugin exited | |
2020/06/02 11:27:43 [INFO] backend/local: apply calling Plan | |
2020/06/02 11:27:43 [INFO] terraform: building graph: GraphTypePlan | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_host.host" (*terraform.NodePlannableResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_network.network" (*terraform.NodePlannableResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.dc" (*terraform.NodePlannableResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vmFromLocalOvf" (*terraform.NodePlannableResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore" (*terraform.NodePlannableResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool" (*terraform.NodePlannableResource) needs provider.vsphere | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "local.vsphere_host" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "provider.vsphere" references: [local.vsphere_host] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [data.vsphere_host.host data.vsphere_datastore.datastore data.vsphere_resource_pool.pool data.vsphere_datacenter.dc] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: [data.vsphere_datacenter.dc] | |
2020/06/02 11:27:43 [DEBUG] Starting graph walk: walkPlan | |
2020-06-02T11:27:43.540-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-06-02T11:27:43.582-0500 [DEBUG] plugin: starting plugin: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 args=[/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4] | |
2020-06-02T11:27:43.587-0500 [DEBUG] plugin: plugin started: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28171 | |
2020-06-02T11:27:43.587-0500 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 | |
2020-06-02T11:27:43.621-0500 [INFO] plugin.terraform-provider-vsphere_v1.18.2_x4: configuring server automatic mTLS: timestamp=2020-06-02T11:27:43.620-0500 | |
2020-06-02T11:27:43.668-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-06-02T11:27:43.668-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: plugin address: address=/tmp/plugin855679274 network=unix timestamp=2020-06-02T11:27:43.668-0500 | |
2020-06-02T11:27:43.755-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" | |
2020-06-02T11:27:43.765-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary | |
2020-06-02T11:27:43.765-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] Creating new SOAP API session on endpoint 10.20.0.3 | |
2020-06-02T11:27:43.821-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] SOAP API session creation successful | |
2020-06-02T11:27:43.821-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] VMWare vSphere Client configured for URL: 10.20.0.3 | |
2020-06-02T11:27:43.821-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] Connected endpoint does not support REST API (VMware ESXi 6.7.0 build-11675023) | |
2020-06-02T11:27:43.821-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] Connected endpoint does not support policy based management | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: [] | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [] | |
2020/06/02 11:27:43 [DEBUG] Resource instance state not found for node "vsphere_virtual_machine.vmFromLocalOvf", instance vsphere_virtual_machine.vmFromLocalOvf | |
2020/06/02 11:27:43 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [] | |
2020-06-02T11:27:43.842-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation | |
2020-06-02T11:27:43.843-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation | |
2020-06-02T11:27:43.843-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete | |
2020-06-02T11:27:43.843-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport | |
2020-06-02T11:27:43.843-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist | |
2020-06-02T11:27:43.844-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:43 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete | |
2020/06/02 11:27:43 [WARN] Provider "registry.terraform.io/-/vsphere" produced an invalid plan for vsphere_virtual_machine.vmFromLocalOvf, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .memory_share_level: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String) | |
- .force_power_off: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .latency_sensitivity: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String) | |
- .run_tools_scripts_before_guest_standby: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") does not match config value cty.NullVal(cty.String) | |
- .scsi_controller_count: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .ept_rvi_mode: planned value cty.StringVal("automatic") does not match config value cty.NullVal(cty.String) | |
- .num_cpus: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .cpu_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) | |
- .firmware: planned value cty.StringVal("bios") does not match config value cty.NullVal(cty.String) | |
- .memory_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) | |
- .boot_retry_delay: planned value cty.NumberIntVal(10000) does not match config value cty.NullVal(cty.Number) | |
- .hv_mode: planned value cty.StringVal("hvAuto") does not match config value cty.NullVal(cty.String) | |
- .shutdown_wait_timeout: planned value cty.NumberIntVal(3) does not match config value cty.NullVal(cty.Number) | |
- .cpu_share_level: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String) | |
ed value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .num_cores_per_socket: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .poweron_timeout: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number) | |
- .run_tools_scripts_after_power_on: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .run_tools_scripts_after_resume: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .run_tools_scripts_before_guest_shutdown: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .swap_placement_policy: planned value cty.StringVal("inherit") does not match config value cty.NullVal(cty.String) | |
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) does not match config value cty.NullVal(cty.Number) | |
2020-06-02T11:27:43.860-0500 [DEBUG] plugin: plugin process exited: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28171 | |
2020-06-02T11:27:43.860-0500 [DEBUG] plugin: plugin exited | |
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
+ create | |
Terraform will perform the following actions: | |
2020/06/02 11:27:43 [DEBUG] command: asking for input: "Do you want to perform these actions?" | |
# vsphere_virtual_machine.vmFromLocalOvf will be created | |
+ resource "vsphere_virtual_machine" "vmFromLocalOvf" { | |
+ boot_retry_delay = 10000 | |
+ change_version = (known after apply) | |
+ cpu_limit = -1 | |
+ cpu_share_count = (known after apply) | |
+ cpu_share_level = "normal" | |
+ datacenter_id = "ha-datacenter" | |
+ datastore_id = "5e3fe1ca-797d205a-6832-9c8e992b452c" | |
+ default_ip_address = (known after apply) | |
+ ept_rvi_mode = "automatic" | |
+ firmware = "bios" | |
+ force_power_off = true | |
+ guest_ip_addresses = (known after apply) | |
+ hardware_version = (known after apply) | |
+ host_system_id = "ha-host" | |
+ hv_mode = "hvAuto" | |
+ id = (known after apply) | |
+ imported = (known after apply) | |
+ latency_sensitivity = "normal" | |
+ memory_limit = -1 | |
+ memory_share_count = (known after apply) | |
+ memory_share_level = "normal" | |
+ migrate_wait_timeout = 30 | |
+ moid = (known after apply) | |
+ name = "infra" | |
+ num_cores_per_socket = 1 | |
+ num_cpus = 1 | |
+ poweron_timeout = 300 | |
+ reboot_required = (known after apply) | |
+ resource_pool_id = "ha-root-pool" | |
+ run_tools_scripts_after_power_on = true | |
+ run_tools_scripts_after_resume = true | |
+ run_tools_scripts_before_guest_shutdown = true | |
+ run_tools_scripts_before_guest_standby = true | |
+ scsi_bus_sharing = "noSharing" | |
+ scsi_controller_count = 1 | |
+ shutdown_wait_timeout = 3 | |
+ swap_placement_policy = "inherit" | |
+ uuid = (known after apply) | |
+ vapp_transport = (known after apply) | |
+ vmware_tools_status = (known after apply) | |
+ vmx_path = (known after apply) | |
+ wait_for_guest_ip_timeout = 0 | |
+ wait_for_guest_net_routable = true | |
+ wait_for_guest_net_timeout = 0 | |
+ ovf_deploy { | |
+ local_ovf_path = "/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/vm_templates/CentOS_8.0.1905_VMM/CentOS_8.0.1905_VirtualBox_Minimal_Installation_Image_LinuxVMImages.ovf" | |
} | |
} | |
Plan: 1 to add, 0 to change, 0 to destroy. | |
Do you want to perform these actions? | |
Terraform will perform the actions described above. | |
Only 'yes' will be accepted to approve. | |
Enter a value: yes | |
2020/06/02 11:27:45 [INFO] backend/local: apply calling Apply | |
2020/06/02 11:27:45 [INFO] terraform: building graph: GraphTypeApply | |
2020/06/02 11:27:45 [DEBUG] Resource state not found for node "vsphere_virtual_machine.vmFromLocalOvf", instance vsphere_virtual_machine.vmFromLocalOvf | |
2020/06/02 11:27:45 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vmFromLocalOvf" (*terraform.NodeApplyableResourceInstance) needs provider.vsphere | |
2020/06/02 11:27:45 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere | |
2020/06/02 11:27:45 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vmFromLocalOvf (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere | |
e_datastore.datastore (prepare state) | |
2020/06/02 11:27:45 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere | |
2020/06/02 11:27:45 [DEBUG] ProviderTransformer: "data.vsphere_host.host (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere | |
2020/06/02 11:27:45 [DEBUG] ProviderTransformer: "data.vsphere_network.network (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere | |
2020/06/02 11:27:45 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.dc (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere | |
2020/06/02 11:27:45 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool (prepare state)" references: [] | |
2020/06/02 11:27:45 [DEBUG] ReferenceTransformer: "provider.vsphere" references: [local.vsphere_host] | |
2020/06/02 11:27:45 [DEBUG] ReferenceTransformer: "data.vsphere_network.network (prepare state)" references: [] | |
2020/06/02 11:27:45 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc (prepare state)" references: [] | |
2020/06/02 11:27:45 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [data.vsphere_host.host (prepare state) data.vsphere_resource_pool.pool (prepare state) data.vsphere_datacenter.dc (prepare state) data.vsphere_datastore.datastore (prepare state)] | |
2020/06/02 11:27:45 [DEBUG] ReferenceTransformer: "local.vsphere_host" references: [] | |
here_virtual_machine.vmFromLocalOvf (prepare state)" references: [] | |
2020/06/02 11:27:45 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore (prepare state)" references: [] | |
2020/06/02 11:27:45 [DEBUG] ReferenceTransformer: "data.vsphere_host.host (prepare state)" references: [] | |
2020/06/02 11:27:45 [DEBUG] Starting graph walk: walkApply | |
2020-06-02T11:27:45.726-0500 [INFO] plugin: configuring client automatic mTLS | |
2020-06-02T11:27:45.768-0500 [DEBUG] plugin: starting plugin: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 args=[/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4] | |
2020-06-02T11:27:45.773-0500 [DEBUG] plugin: plugin started: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28190 | |
2020-06-02T11:27:45.773-0500 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 | |
2020-06-02T11:27:45.807-0500 [INFO] plugin.terraform-provider-vsphere_v1.18.2_x4: configuring server automatic mTLS: timestamp=2020-06-02T11:27:45.807-0500 | |
2020-06-02T11:27:45.860-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: plugin address: address=/tmp/plugin956206085 network=unix timestamp=2020-06-02T11:27:45.860-0500 | |
2020-06-02T11:27:45.860-0500 [DEBUG] plugin: using plugin: version=5 | |
2020-06-02T11:27:45.952-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" | |
2020-06-02T11:27:45.963-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:45 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary | |
2020-06-02T11:27:45.963-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:45 [DEBUG] Creating new SOAP API session on endpoint 10.20.0.3 | |
2020-06-02T11:27:46.023-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] SOAP API session creation successful | |
2020-06-02T11:27:46.023-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] VMWare vSphere Client configured for URL: 10.20.0.3 | |
2020-06-02T11:27:46.023-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Connected endpoint does not support REST API (VMware ESXi 6.7.0 build-11675023) | |
2020-06-02T11:27:46.023-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Connected endpoint does not support policy based management | |
2020-06-02T11:27:46.039-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation | |
2020-06-02T11:27:46.039-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation | |
2020-06-02T11:27:46.039-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete | |
2020-06-02T11:27:46.040-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport | |
2020-06-02T11:27:46.040-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist | |
2020-06-02T11:27:46.040-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete | |
2020/06/02 11:27:46 [WARN] Provider "registry.terraform.io/-/vsphere" produced an invalid plan for vsphere_virtual_machine.vmFromLocalOvf, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
vsphere_virtual_machine.vmFromLocalOvf: Creating... | |
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) does not match config value cty.NullVal(cty.Number) | |
- .memory_share_level: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String) | |
- .force_power_off: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .latency_sensitivity: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String) | |
- .run_tools_scripts_before_guest_standby: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") does not match config value cty.NullVal(cty.String) | |
- .scsi_controller_count: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .cpu_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) | |
- .ept_rvi_mode: planned value cty.StringVal("automatic") does not match config value cty.NullVal(cty.String) | |
- .num_cpus: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .firmware: planned value cty.StringVal("bios") does not match config value cty.NullVal(cty.String) | |
- .memory_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) | |
- .boot_retry_delay: planned value cty.NumberIntVal(10000) does not match config value cty.NullVal(cty.Number) | |
- .hv_mode: planned value cty.StringVal("hvAuto") does not match config value cty.NullVal(cty.String) | |
- .shutdown_wait_timeout: planned value cty.NumberIntVal(3) does not match config value cty.NullVal(cty.Number) | |
ty.StringVal("normal") does not match config value cty.NullVal(cty.String) | |
- .wait_for_guest_net_routable: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .run_tools_scripts_after_power_on: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .run_tools_scripts_after_resume: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .num_cores_per_socket: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .poweron_timeout: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number) | |
- .run_tools_scripts_before_guest_shutdown: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .swap_placement_policy: planned value cty.StringVal("inherit") does not match config value cty.NullVal(cty.String) | |
2020/06/02 11:27:46 [DEBUG] vsphere_virtual_machine.vmFromLocalOvf: applying the planned Create change | |
2020-06-02T11:27:46.053-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] setting computed for "vapp_transport" from ComputedKeys | |
2020-06-02T11:27:46.053-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] setting computed for "guest_ip_addresses" from ComputedKeys | |
2020-06-02T11:27:46.054-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Beginning create | |
2020-06-02T11:27:46.054-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] tagsClientIfDefined: No tags configured, skipping loading of tagging client | |
2020-06-02T11:27:46.054-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] /mnt/c/Users/micro/repos/rezzell-infastructure/terraform/vm_templates/CentOS_8.0.1905_VMM/CentOS_8.0.1905_VirtualBox_Minimal_Installation_Image_LinuxVMImages.ovf: VM is being deployed from OVF template | |
2020-06-02T11:27:46.054-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Locating resource pool with ID ha-root-pool | |
2020-06-02T11:27:46.058-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Resource pool found: ha-root-pool | |
2020-06-02T11:27:46.058-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Locating folder at path "" relative to virtual machine root | |
2020-06-02T11:27:46.068-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Folder located: "/ha-datacenter/vm" | |
2020-06-02T11:27:46.068-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Locating host system ID ha-host | |
2020-06-02T11:27:46.074-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Host system found: ha-host | |
2020-06-02T11:27:46.074-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Locating datastore with ID "5e3fe1ca-797d205a-6832-9c8e992b452c" | |
2020-06-02T11:27:46.077-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Datastore with ID "5e3fe1ca-797d205a-6832-9c8e992b452c" found | |
2020-06-02T11:27:46.115-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] start deploying from OVF Template | |
2020-06-02T11:27:46.401-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 Total size of files to upload is 909129728 bytes | |
2020-06-02T11:27:46.401-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 [DEBUG] Absolute VMDK path: /mnt/c/Users/micro/repos/rezzell-infastructure/terraform/vm_templates/CentOS_8.0.1905_VMM/CentOS_8.0.1905_VirtualBox_Minimal_Installation_Image_LinuxVMImages-disk1.vmdk | |
2020-06-02T11:27:46.401-0500 [DEBUG] plugin.terraform-provider-vsphere_v1.18.2_x4: 2020/06/02 11:27:46 Uploaded 0 of 909129728 Bytes | |
2020/06/02 11:27:46 [DEBUG] vsphere_virtual_machine.vmFromLocalOvf: apply errored, but we're indicating that via the Error pointer rather than returning it: error while importing OVF template error while uploading the file /mnt/c/Users/micro/repos/rezzell-infastructure/terraform/vm_templates/CentOS_8.0.1905_VMM/CentOS_8.0.1905_VirtualBox_Minimal_Installation_Image_LinuxVMImages-disk1.vmdk Post "https://*/ha-nfc/5213256a-aefc-df04-7091-88145aa00e1c/disk-0.vmdk": dial tcp: lookup *: no such host | |
2020/06/02 11:27:46 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: error while importing OVF template error while uploading the file /mnt/c/Users/micro/repos/rezzell-infastructure/terraform/vm_templates/CentOS_8.0.1905_VMM/CentOS_8.0.1905_VirtualBox_Minimal_Installation_Image_LinuxVMImages-disk1.vmdk Post "https://*/ha-nfc/5213256a-aefc-df04-7091-88145aa00e1c/disk-0.vmdk": dial tcp: lookup *: no such host | |
2020/06/02 11:27:46 [ERROR] <root>: eval: *terraform.EvalSequence, err: error while importing OVF template error while uploading the file /mnt/c/Users/micro/repos/rezzell-infastructure/terraform/vm_templates/CentOS_8.0.1905_VMM/CentOS_8.0.1905_VirtualBox_Minimal_Installation_Image_LinuxVMImages-disk1.vmdk Post "https://*/ha-nfc/5213256a-aefc-df04-7091-88145aa00e1c/disk-0.vmdk": dial tcp: lookup *: no such host | |
Error: error while importing OVF template error while uploading the file /mnt/c/Users/micro/repos/rezzell-infastructure/terraform/vm_templates/CentOS_8.0.1905_VMM/CentOS_8.0.1905_VirtualBox_Minimal_Installation_Image_LinuxVMImages-disk1.vmdk Post "https://*/ha-nfc/5213256a-aefc-df04-7091-88145aa00e1c/disk-0.vmdk": dial tcp: lookup *: no such host | |
on main.tf line 49, in resource "vsphere_virtual_machine" "vmFromLocalOvf": | |
49: resource "vsphere_virtual_machine" "vmFromLocalOvf" { | |
2020-06-02T11:27:46.419-0500 [DEBUG] plugin: plugin process exited: path=/mnt/c/Users/micro/repos/rezzell-infastructure/terraform/.terraform/plugins/linux_amd64/terraform-provider-vsphere_v1.18.2_x4 pid=28190 | |
2020-06-02T11:27:46.419-0500 [DEBUG] plugin: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment