Skip to content

Instantly share code, notes, and snippets.

@lamw
Created May 8, 2020 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamw/1682db3c1460f4c3838d6a11fe98584b to your computer and use it in GitHub Desktop.
Save lamw/1682db3c1460f4c3838d6a11fe98584b to your computer and use it in GitHub Desktop.
tf-debug-ovf-remote-url-deploy
2020/05/08 08:30:04 [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/05/08 08:30:04 [INFO] Terraform version: 0.12.24
2020/05/08 08:30:04 [INFO] Go runtime version: go1.12.13
2020/05/08 08:30:04 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-auto-approve"}
2020/05/08 08:30:04 [DEBUG] Attempting to open CLI config file: /Users/lamw/.terraformrc
2020/05/08 08:30:04 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/05/08 08:30:04 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2020/05/08 08:30:04 [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/05/08 08:30:04 [DEBUG] New state was assigned lineage "1e2e3444-b40d-87d9-278e-dc18e64422e8"
2020/05/08 08:30:04 [DEBUG] checking for provider in "."
2020/05/08 08:30:04 [DEBUG] checking for provider in "/usr/local/bin"
2020/05/08 08:30:04 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2020/05/08 08:30:04 [DEBUG] found provider "terraform-provider-vsphere_v1.18.0_x4"
2020/05/08 08:30:04 [DEBUG] found valid plugin: "vsphere", "1.18.0", "/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4"
2020/05/08 08:30:04 [DEBUG] checking for provisioner in "."
2020/05/08 08:30:04 [DEBUG] checking for provisioner in "/usr/local/bin"
2020/05/08 08:30:04 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2020/05/08 08:30:04 [INFO] backend/local: starting Apply operation
2020-05-08T08:30:04.203-0700 [INFO] plugin: configuring client automatic mTLS
2020-05-08T08:30:04.226-0700 [DEBUG] plugin: starting plugin: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 args=[/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4]
2020-05-08T08:30:04.233-0700 [DEBUG] plugin: plugin started: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27233
2020-05-08T08:30:04.233-0700 [DEBUG] plugin: waiting for RPC address: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4
2020-05-08T08:30:04.245-0700 [INFO] plugin.terraform-provider-vsphere_v1.18.0_x4: configuring server automatic mTLS: timestamp=2020-05-08T08:30:04.245-0700
2020-05-08T08:30:04.268-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: plugin address: address=/var/folders/4w/lyh1rmyx7t1d5xtcpfb4hw4w0000gp/T/plugin472636396 network=unix timestamp=2020-05-08T08:30:04.268-0700
2020-05-08T08:30:04.268-0700 [DEBUG] plugin: using plugin: version=5
2020-05-08T08:30:04.330-0700 [DEBUG] plugin: plugin process exited: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27233
2020-05-08T08:30:04.330-0700 [DEBUG] plugin: plugin exited
2020/05/08 08:30:04 [INFO] terraform: building graph: GraphTypeValidate
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.datacenter" (*terraform.NodeValidatableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore" (*terraform.NodeValidatableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool" (*terraform.NodeValidatableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_network.network" (*terraform.NodeValidatableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vmFromLocalOvf" (*terraform.NodeValidatableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_host.host" (*terraform.NodeValidatableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "provider.vsphere" references: []
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [data.vsphere_resource_pool.pool data.vsphere_datastore.datastore data.vsphere_host.host data.vsphere_datacenter.datacenter data.vsphere_network.network]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter" references: []
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] Starting graph walk: walkValidate
2020-05-08T08:30:04.332-0700 [INFO] plugin: configuring client automatic mTLS
2020-05-08T08:30:04.357-0700 [DEBUG] plugin: starting plugin: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 args=[/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4]
2020-05-08T08:30:04.361-0700 [DEBUG] plugin: plugin started: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27234
2020-05-08T08:30:04.361-0700 [DEBUG] plugin: waiting for RPC address: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4
2020-05-08T08:30:04.375-0700 [INFO] plugin.terraform-provider-vsphere_v1.18.0_x4: configuring server automatic mTLS: timestamp=2020-05-08T08:30:04.374-0700
2020-05-08T08:30:04.402-0700 [DEBUG] plugin: using plugin: version=5
2020-05-08T08:30:04.402-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: plugin address: address=/var/folders/4w/lyh1rmyx7t1d5xtcpfb4hw4w0000gp/T/plugin168325553 network=unix timestamp=2020-05-08T08:30:04.402-0700
2020-05-08T08:30:04.470-0700 [DEBUG] plugin: plugin process exited: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27234
2020-05-08T08:30:04.470-0700 [DEBUG] plugin: plugin exited
2020/05/08 08:30:04 [INFO] backend/local: apply calling Refresh
2020/05/08 08:30:04 [INFO] terraform: building graph: GraphTypeRefresh
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.datacenter" (*terraform.NodeRefreshableDataResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore" (*terraform.NodeRefreshableDataResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool" (*terraform.NodeRefreshableDataResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_network.network" (*terraform.NodeRefreshableDataResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_host.host" (*terraform.NodeRefreshableDataResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vmFromLocalOvf" (*terraform.NodeRefreshableManagedResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter" references: []
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "provider.vsphere" references: []
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [data.vsphere_datastore.datastore data.vsphere_host.host data.vsphere_resource_pool.pool data.vsphere_datacenter.datacenter data.vsphere_network.network]
2020/05/08 08:30:04 [DEBUG] Starting graph walk: walkRefresh
2020-05-08T08:30:04.474-0700 [INFO] plugin: configuring client automatic mTLS
2020-05-08T08:30:04.498-0700 [DEBUG] plugin: starting plugin: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 args=[/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4]
2020-05-08T08:30:04.502-0700 [DEBUG] plugin: plugin started: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27236
2020-05-08T08:30:04.502-0700 [DEBUG] plugin: waiting for RPC address: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4
2020-05-08T08:30:04.517-0700 [INFO] plugin.terraform-provider-vsphere_v1.18.0_x4: configuring server automatic mTLS: timestamp=2020-05-08T08:30:04.516-0700
2020-05-08T08:30:04.542-0700 [DEBUG] plugin: using plugin: version=5
2020-05-08T08:30:04.542-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: plugin address: address=/var/folders/4w/lyh1rmyx7t1d5xtcpfb4hw4w0000gp/T/plugin520217203 network=unix timestamp=2020-05-08T08:30:04.542-0700
2020-05-08T08:30:04.600-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary
2020-05-08T08:30:04.600-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] Creating new SOAP API session on endpoint 192.168.30.200
2020-05-08T08:30:04.727-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] SOAP API session creation successful
2020-05-08T08:30:04.727-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] VMWare vSphere Client configured for URL: 192.168.30.200
2020-05-08T08:30:04.727-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] Setting up REST client
2020-05-08T08:30:04.753-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] CIS REST client configuration successful
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter" references: []
data.vsphere_datacenter.datacenter: Refreshing state...
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: []
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: []
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: []
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: []
data.vsphere_resource_pool.pool: Refreshing state...
data.vsphere_datastore.datastore: Refreshing state...
data.vsphere_host.host: Refreshing state...
data.vsphere_network.network: Refreshing state...
2020/05/08 08:30:04 [DEBUG] Resource state not found for node "vsphere_virtual_machine.vmFromLocalOvf", instance vsphere_virtual_machine.vmFromLocalOvf
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: []
2020-05-08T08:30:04.886-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation
2020-05-08T08:30:04.886-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation
2020-05-08T08:30:04.886-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] network_interface.0 (key 0 at <new device>): Beginning diff validation
2020-05-08T08:30:04.886-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] network_interface.0 (key 0 at <new device>): Diff validation complete
2020-05-08T08:30:04.886-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete
2020-05-08T08:30:04.886-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport
2020-05-08T08:30:04.886-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist
2020-05-08T08:30:04.886-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:04 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete
2020/05/08 08:30:04 [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:
- .cpu_limit: planned value cty.NumberIntVal(-1) 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)
- .latency_sensitivity: planned value cty.StringVal("normal") 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)
- .wait_for_guest_net_timeout: planned value cty.NumberIntVal(5) does not match config value cty.NullVal(cty.Number)
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) 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)
- .memory_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number)
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") does not match config value cty.NullVal(cty.String)
- .hv_mode: planned value cty.StringVal("hvAuto") does not match config value cty.NullVal(cty.String)
- .num_cores_per_socket: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number)
- .swap_placement_policy: planned value cty.StringVal("inherit") does not match config value cty.NullVal(cty.String)
- .memory_share_level: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String)
- .ept_rvi_mode: planned value cty.StringVal("automatic") does not match config value cty.NullVal(cty.String)
ware: planned value cty.StringVal("bios") does not match config value cty.NullVal(cty.String)
- .poweron_timeout: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number)
- .shutdown_wait_timeout: planned value cty.NumberIntVal(3) does not match config value cty.NullVal(cty.Number)
- .wait_for_guest_net_routable: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .force_power_off: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .scsi_controller_count: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number)
- .wait_for_guest_ip_timeout: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
- .run_tools_scripts_before_guest_standby: 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)
- .boot_retry_delay: planned value cty.NumberIntVal(10000) does not match config value cty.NullVal(cty.Number)
- .network_interface: block count in plan (0) disagrees with count in config (1)
2020-05-08T08:30:04.892-0700 [DEBUG] plugin: plugin process exited: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27236
2020-05-08T08:30:04.892-0700 [DEBUG] plugin: plugin exited
2020/05/08 08:30:04 [INFO] backend/local: apply calling Plan
2020/05/08 08:30:04 [INFO] terraform: building graph: GraphTypePlan
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore" (*terraform.NodePlannableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool" (*terraform.NodePlannableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_network.network" (*terraform.NodePlannableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_host.host" (*terraform.NodePlannableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vmFromLocalOvf" (*terraform.NodePlannableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.datacenter" (*terraform.NodePlannableResource) needs provider.vsphere
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "provider.vsphere" references: []
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [data.vsphere_resource_pool.pool data.vsphere_datacenter.datacenter data.vsphere_datastore.datastore data.vsphere_host.host data.vsphere_network.network]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter" references: []
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: [data.vsphere_datacenter.datacenter]
2020/05/08 08:30:04 [DEBUG] Starting graph walk: walkPlan
2020-05-08T08:30:04.895-0700 [INFO] plugin: configuring client automatic mTLS
2020-05-08T08:30:04.920-0700 [DEBUG] plugin: starting plugin: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 args=[/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4]
2020-05-08T08:30:04.924-0700 [DEBUG] plugin: plugin started: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27237
2020-05-08T08:30:04.924-0700 [DEBUG] plugin: waiting for RPC address: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4
2020-05-08T08:30:04.938-0700 [INFO] plugin.terraform-provider-vsphere_v1.18.0_x4: configuring server automatic mTLS: timestamp=2020-05-08T08:30:04.938-0700
2020-05-08T08:30:04.964-0700 [DEBUG] plugin: using plugin: version=5
2020-05-08T08:30:04.964-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: plugin address: address=/var/folders/4w/lyh1rmyx7t1d5xtcpfb4hw4w0000gp/T/plugin095158536 network=unix timestamp=2020-05-08T08:30:04.964-0700
2020-05-08T08:30:05.023-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary
2020-05-08T08:30:05.023-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Creating new SOAP API session on endpoint 192.168.30.200
2020-05-08T08:30:05.152-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] SOAP API session creation successful
2020-05-08T08:30:05.152-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] VMWare vSphere Client configured for URL: 192.168.30.200
2020-05-08T08:30:05.152-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Setting up REST client
2020-05-08T08:30:05.170-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] CIS REST client configuration successful
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_host.host" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: []
2020/05/08 08:30:05 [DEBUG] Resource instance state not found for node "vsphere_virtual_machine.vmFromLocalOvf", instance vsphere_virtual_machine.vmFromLocalOvf
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: []
2020-05-08T08:30:05.204-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation
2020-05-08T08:30:05.204-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation
2020-05-08T08:30:05.204-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] network_interface.0 (key 0 at <new device>): Beginning diff validation
2020-05-08T08:30:05.204-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] network_interface.0 (key 0 at <new device>): Diff validation complete
2020-05-08T08:30:05.204-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete
2020-05-08T08:30:05.204-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport
2020-05-08T08:30:05.204-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist
2020-05-08T08:30:05.204-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete
2020/05/08 08:30:05 [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:
- .wait_for_guest_net_routable: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .shutdown_wait_timeout: planned value cty.NumberIntVal(3) does not match config value cty.NullVal(cty.Number)
- .force_power_off: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .scsi_controller_count: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number)
- .wait_for_guest_ip_timeout: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
- .run_tools_scripts_before_guest_standby: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .boot_retry_delay: planned value cty.NumberIntVal(10000) 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)
- .cpu_limit: planned value cty.NumberIntVal(-1) 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)
- .latency_sensitivity: planned value cty.StringVal("normal") 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)
- .wait_for_guest_net_timeout: planned value cty.NumberIntVal(5) does not match config value cty.NullVal(cty.Number)
- .memory_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number)
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) does not match config value cty.NullVal(cty.Number)
ls_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)
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") does not match config value cty.NullVal(cty.String)
- .hv_mode: planned value cty.StringVal("hvAuto") does not match config value cty.NullVal(cty.String)
- .memory_share_level: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String)
- .num_cores_per_socket: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number)
- .swap_placement_policy: planned value cty.StringVal("inherit") does not match config value cty.NullVal(cty.String)
- .ept_rvi_mode: planned value cty.StringVal("automatic") does not match config value cty.NullVal(cty.String)
- .firmware: planned value cty.StringVal("bios") does not match config value cty.NullVal(cty.String)
- .poweron_timeout: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number)
- .network_interface: block count in plan (0) disagrees with count in config (1)
2020-05-08T08:30:05.209-0700 [DEBUG] plugin: plugin process exited: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27237
2020-05-08T08:30:05.209-0700 [DEBUG] plugin: plugin exited
2020/05/08 08:30:05 [INFO] backend/local: apply calling Apply
2020/05/08 08:30:05 [INFO] terraform: building graph: GraphTypeApply
2020/05/08 08:30:05 [DEBUG] Resource state not found for node "vsphere_virtual_machine.vmFromLocalOvf", instance vsphere_virtual_machine.vmFromLocalOvf
2020/05/08 08:30:05 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere
2020/05/08 08:30:05 [DEBUG] ProviderTransformer: "data.vsphere_network.network (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere
2020/05/08 08:30:05 [DEBUG] ProviderTransformer: "data.vsphere_host.host (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere
2020/05/08 08:30:05 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.datacenter (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere
2020/05/08 08:30:05 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere
2020/05/08 08:30:05 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vmFromLocalOvf" (*terraform.NodeApplyableResourceInstance) needs provider.vsphere
2020/05/08 08:30:05 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vmFromLocalOvf (prepare state)" (*terraform.NodeApplyableResource) needs provider.vsphere
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore (prepare state)" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf" references: [data.vsphere_datacenter.datacenter (prepare state) data.vsphere_resource_pool.pool (prepare state) data.vsphere_host.host (prepare state) data.vsphere_datastore.datastore (prepare state) data.vsphere_network.network (prepare state)]
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "provider.vsphere" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vmFromLocalOvf (prepare state)" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool (prepare state)" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_network.network (prepare state)" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_host.host (prepare state)" references: []
2020/05/08 08:30:05 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter (prepare state)" references: []
2020/05/08 08:30:05 [DEBUG] Starting graph walk: walkApply
2020-05-08T08:30:05.212-0700 [INFO] plugin: configuring client automatic mTLS
2020-05-08T08:30:05.237-0700 [DEBUG] plugin: starting plugin: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 args=[/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4]
2020-05-08T08:30:05.240-0700 [DEBUG] plugin: plugin started: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27238
2020-05-08T08:30:05.240-0700 [DEBUG] plugin: waiting for RPC address: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4
2020-05-08T08:30:05.255-0700 [INFO] plugin.terraform-provider-vsphere_v1.18.0_x4: configuring server automatic mTLS: timestamp=2020-05-08T08:30:05.254-0700
2020-05-08T08:30:05.281-0700 [DEBUG] plugin: using plugin: version=5
2020-05-08T08:30:05.281-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: plugin address: address=/var/folders/4w/lyh1rmyx7t1d5xtcpfb4hw4w0000gp/T/plugin533896069 network=unix timestamp=2020-05-08T08:30:05.281-0700
2020-05-08T08:30:05.338-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary
2020-05-08T08:30:05.338-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Creating new SOAP API session on endpoint 192.168.30.200
2020-05-08T08:30:05.435-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] SOAP API session creation successful
2020-05-08T08:30:05.435-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] VMWare vSphere Client configured for URL: 192.168.30.200
2020-05-08T08:30:05.435-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Setting up REST client
2020-05-08T08:30:05.454-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] CIS REST client configuration successful
2020-05-08T08:30:05.490-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation
2020-05-08T08:30:05.490-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation
2020-05-08T08:30:05.490-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] network_interface.0 (key 0 at <new device>): Beginning diff validation
2020-05-08T08:30:05.490-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] network_interface.0 (key 0 at <new device>): Diff validation complete
2020-05-08T08:30:05.490-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete
2020-05-08T08:30:05.490-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport
2020-05-08T08:30:05.490-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist
2020-05-08T08:30:05.490-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete
2020/05/08 08:30:05 [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:
- .wait_for_guest_net_timeout: planned value cty.NumberIntVal(5) does not match config value cty.NullVal(cty.Number)
- .memory_limit: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number)
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) 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)
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") does not match config value cty.NullVal(cty.String)
- .hv_mode: planned value cty.StringVal("hvAuto") does not match config value cty.NullVal(cty.String)
- .memory_share_level: planned value cty.StringVal("normal") does not match config value cty.NullVal(cty.String)
- .num_cores_per_socket: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number)
- .swap_placement_policy: planned value cty.StringVal("inherit") does not match config value cty.NullVal(cty.String)
- .ept_rvi_mode: planned value cty.StringVal("automatic") does not match config value cty.NullVal(cty.String)
- .firmware: planned value cty.StringVal("bios") does not match config value cty.NullVal(cty.String)
- .poweron_timeout: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number)
- .wait_for_guest_net_routable: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .shutdown_wait_timeout: planned value cty.NumberIntVal(3) does not match config value cty.NullVal(cty.Number)
rce_power_off: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .scsi_controller_count: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number)
- .wait_for_guest_ip_timeout: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
- .run_tools_scripts_before_guest_standby: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .boot_retry_delay: planned value cty.NumberIntVal(10000) 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)
- .cpu_limit: planned value cty.NumberIntVal(-1) 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)
- .latency_sensitivity: planned value cty.StringVal("normal") 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)
- .network_interface: block count in plan (0) disagrees with count in config (1)
vsphere_virtual_machine.vmFromLocalOvf: Creating...
2020/05/08 08:30:05 [DEBUG] vsphere_virtual_machine.vmFromLocalOvf: applying the planned Create change
2020-05-08T08:30:05.497-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] setting computed for "vapp_transport" from ComputedKeys
2020-05-08T08:30:05.497-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] setting computed for "guest_ip_addresses" from ComputedKeys
2020-05-08T08:30:05.497-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Beginning create
2020-05-08T08:30:05.497-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] tagsClientIfDefined: No tags configured, skipping loading of tagging client
2020-05-08T08:30:05.497-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] :https://download3.vmware.com/software/vmw-tools/Nested_ESXi7.0_Appliance_Template_v1.0/Nested_ESXi7.0_Appliance_Template_v1.0.ovf VM is being deployed from OVF template
2020-05-08T08:30:05.497-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Locating resource pool with ID resgroup-1012
2020-05-08T08:30:05.503-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Resource pool found: resgroup-1012
2020-05-08T08:30:05.503-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Locating folder at path "" relative to virtual machine root
2020-05-08T08:30:05.540-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Folder located: "/Primp-Datacenter/vm"
2020-05-08T08:30:05.540-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Locating host system ID host-1016
2020-05-08T08:30:05.549-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Host system found: host-1016
2020-05-08T08:30:05.549-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Locating datastore with ID "datastore-1020"
2020-05-08T08:30:05.562-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.18.0_x4: 2020/05/08 08:30:05 [DEBUG] Datastore with ID "datastore-1020" found
vsphere_virtual_machine.vmFromLocalOvf: Still creating... [10s elapsed]
2020/05/08 08:30:15 [DEBUG] vsphere_virtual_machine.vmFromLocalOvf: apply errored, but we're indicating that via the Error pointer rather than returning it: Get "https://download3.vmware.com/software/vmw-tools/Nested_ESXi7.0_Appliance_Template_v1.0/Nested_ESXi7.0_Appliance_Template_v1.0.ovf": net/http: TLS handshake timeout
2020/05/08 08:30:15 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: Get "https://download3.vmware.com/software/vmw-tools/Nested_ESXi7.0_Appliance_Template_v1.0/Nested_ESXi7.0_Appliance_Template_v1.0.ovf": net/http: TLS handshake timeout
2020/05/08 08:30:15 [ERROR] <root>: eval: *terraform.EvalSequence, err: Get "https://download3.vmware.com/software/vmw-tools/Nested_ESXi7.0_Appliance_Template_v1.0/Nested_ESXi7.0_Appliance_Template_v1.0.ovf": net/http: TLS handshake timeout
Warning: Interpolation-only expressions are deprecated
on test.tf line 36, in resource "vsphere_virtual_machine" "vmFromLocalOvf":
36: resource_pool_id = "${data.vsphere_resource_pool.pool.id}"
Terraform 0.11 and earlier required all non-constant expressions to be
provided via interpolation syntax, but this pattern is now deprecated. To
silence this warning, remove the "${ sequence from the start and the }"
sequence from the end of this expression, leaving just the inner expression.
Template interpolation syntax is still used to construct strings from
expressions when the template includes multiple interpolation sequences or a
mixture of literal strings and interpolations. This deprecation applies only
to templates that consist entirely of a single interpolation sequence.
(and 4 more similar warnings elsewhere)
Error: Get "https://download3.vmware.com/software/vmw-tools/Nested_ESXi7.0_Appliance_Template_v1.0/Nested_ESXi7.0_Appliance_Template_v1.0.ovf": net/http: TLS handshake timeout
on test.tf line 34, in resource "vsphere_virtual_machine" "vmFromLocalOvf":
34: resource "vsphere_virtual_machine" "vmFromLocalOvf" {
2020-05-08T08:30:15.616-0700 [DEBUG] plugin: plugin process exited: path=/Users/lamw/Dropbox/TF/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v1.18.0_x4 pid=27238
2020-05-08T08:30:15.616-0700 [DEBUG] plugin: plugin exited
@sumitAgrawal007
Copy link

This looks like a temporary network issue.
I was able to deploy the OVF from the given url https://download3.vmware.com/software/vmwtools/Nested_ESXi7.0_Appliance_Template_v1.0/Nested_ESXi7.0_Appliance_Template_v1.0.ovf":

Can you please retry and let me know.

@lamw
Copy link
Author

lamw commented May 8, 2020

Nope, same issue and this isn't a network connectivity issue because I can deploy via the vSphere UI (which does prompt to accept the cert ...). I wonder if you're not able to support such a workflow or if its version of vSphere you're using? This is vSphere 7.0 (GA) but that shouldn't matter as these OVF's have been around for several years now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment