Skip to content

Instantly share code, notes, and snippets.

@joltcan
Created November 30, 2021 11:56
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 joltcan/2f2d523f5f0456a6fd2d0339c5743cb2 to your computer and use it in GitHub Desktop.
Save joltcan/2f2d523f5f0456a6fd2d0339c5743cb2 to your computer and use it in GitHub Desktop.
terraform-vsphere-error
2021-11-30T12:54:26.603+0100 [DEBUG] Adding temp file log sink: /tmp/terraform-log028892851
2021-11-30T12:54:26.603+0100 [INFO] Terraform version: 1.0.11
2021-11-30T12:54:26.603+0100 [INFO] Go runtime version: go1.16.4
2021-11-30T12:54:26.603+0100 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2021-11-30T12:54:26.603+0100 [DEBUG] Attempting to open CLI config file: /home/jolt/.terraformrc
2021-11-30T12:54:26.603+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021-11-30T12:54:26.603+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021-11-30T12:54:26.603+0100 [DEBUG] ignoring non-existing provider search directory /home/jolt/.terraform.d/plugins
2021-11-30T12:54:26.603+0100 [DEBUG] ignoring non-existing provider search directory /home/jolt/.local/share/terraform/plugins
2021-11-30T12:54:26.603+0100 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2021-11-30T12:54:26.603+0100 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2021-11-30T12:54:26.608+0100 [INFO] CLI command args: []string{"apply"}
2021-11-30T12:54:26.610+0100 [DEBUG] New state was assigned lineage "29caefb5-fbed-caa4-ff0a-1e5f24ad17f8"
2021-11-30T12:54:26.720+0100 [DEBUG] checking for provisioner in "."
2021-11-30T12:54:26.720+0100 [DEBUG] checking for provisioner in "/usr/local/bin"
2021-11-30T12:54:26.720+0100 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2021-11-30T12:54:26.721+0100 [INFO] backend/local: starting Apply operation
2021-11-30T12:54:26.722+0100 [DEBUG] created provider logger: level=debug
2021-11-30T12:54:26.722+0100 [INFO] provider: configuring client automatic mTLS
2021-11-30T12:54:26.779+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5]
2021-11-30T12:54:26.780+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=246394
2021-11-30T12:54:26.780+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5
2021-11-30T12:54:26.797+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: configuring server automatic mTLS: timestamp=2021-11-30T12:54:26.797+0100
2021-11-30T12:54:26.862+0100 [DEBUG] provider.terraform-provider-vsphere_v2.0.2_x5: plugin address: address=/tmp/plugin090793263 network=unix timestamp=2021-11-30T12:54:26.862+0100
2021-11-30T12:54:26.862+0100 [DEBUG] provider: using plugin: version=5
2021-11-30T12:54:26.932+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-30T12:54:26.934+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=246394
2021-11-30T12:54:26.935+0100 [DEBUG] provider: plugin exited
2021-11-30T12:54:26.936+0100 [INFO] terraform: building graph: GraphTypeValidate
2021-11-30T12:54:26.937+0100 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:26.937+0100 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vm" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:26.937+0100 [DEBUG] ProviderTransformer: "data.vsphere_compute_cluster.cluster" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:26.937+0100 [DEBUG] ProviderTransformer: "data.vsphere_network.network" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:26.937+0100 [DEBUG] ProviderTransformer: "data.vsphere_virtual_machine.template" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:26.937+0100 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.dc" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "data.vsphere_virtual_machine.template" references: [var.template_name data.vsphere_datacenter.dc]
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "var.domain_name" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "local.vlan (expand)" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "local.memory (expand)" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [data.vsphere_datacenter.dc local.vlan (expand)]
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "var.vsphere_user" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "var.vsphere_password" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "local.cpus (expand)" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/vsphere\"]" references: [var.vsphere_server var.vsphere_password var.vsphere_user]
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "var.template_name" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "var.ip_map" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "var.guest_id" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "local.disk_size (expand)" references: []
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "local.vmware_host (expand)" references: []
2021-11-30T12:54:26.938+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:26.938+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:26.938+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:26.938+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm" references: [var.esxi_hosts var.esxi_hosts local.memory (expand) data.vsphere_datastore.datastore data.vsphere_compute_cluster.cluster local.cpus (expand) data.vsphere_network.network data.vsphere_virtual_machine.template data.vsphere_virtual_machine.template data.vsphere_virtual_machine.template local.gateway (expand) var.esxi_hosts var.domain_name var.ip_map]
2021-11-30T12:54:26.939+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [data.vsphere_datacenter.dc local.vmware_storage (expand)]
2021-11-30T12:54:26.939+0100 [DEBUG] ReferenceTransformer: "var.vsphere_server" references: []
2021-11-30T12:54:26.939+0100 [DEBUG] ReferenceTransformer: "local.gateway (expand)" references: []
2021-11-30T12:54:26.939+0100 [DEBUG] ReferenceTransformer: "local.vmware_storage (expand)" references: []
2021-11-30T12:54:26.939+0100 [DEBUG] ReferenceTransformer: "data.vsphere_compute_cluster.cluster" references: [data.vsphere_datacenter.dc]
2021-11-30T12:54:26.939+0100 [DEBUG] ReferenceTransformer: "var.esxi_hosts" references: []
2021-11-30T12:54:26.941+0100 [DEBUG] Starting graph walk: walkValidate
2021-11-30T12:54:26.942+0100 [DEBUG] created provider logger: level=debug
2021-11-30T12:54:26.942+0100 [INFO] provider: configuring client automatic mTLS
2021-11-30T12:54:26.987+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5]
2021-11-30T12:54:26.987+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=246401
2021-11-30T12:54:26.987+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5
2021-11-30T12:54:27.005+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: configuring server automatic mTLS: timestamp=2021-11-30T12:54:27.004+0100
2021-11-30T12:54:27.057+0100 [DEBUG] provider.terraform-provider-vsphere_v2.0.2_x5: plugin address: address=/tmp/plugin065523542 network=unix timestamp=2021-11-30T12:54:27.057+0100
2021-11-30T12:54:27.057+0100 [DEBUG] provider: using plugin: version=5
2021-11-30T12:54:27.155+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-30T12:54:27.157+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=246401
2021-11-30T12:54:27.157+0100 [DEBUG] provider: plugin exited
2021-11-30T12:54:27.158+0100 [INFO] backend/local: apply calling Plan
2021-11-30T12:54:27.158+0100 [INFO] terraform: building graph: GraphTypePlan
2021-11-30T12:54:27.159+0100 [DEBUG] ProviderTransformer: "data.vsphere_virtual_machine.template (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:27.159+0100 [DEBUG] ProviderTransformer: "data.vsphere_compute_cluster.cluster (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:27.160+0100 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vm (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:27.160+0100 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:27.160+0100 [DEBUG] ProviderTransformer: "data.vsphere_network.network (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:27.160+0100 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.dc (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:27.161+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:27.161+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:27.161+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm (expand)" references: [var.esxi_hosts var.esxi_hosts local.memory (expand) data.vsphere_datastore.datastore (expand) data.vsphere_compute_cluster.cluster (expand) local.cpus (expand) data.vsphere_network.network (expand) data.vsphere_virtual_machine.template (expand) data.vsphere_virtual_machine.template (expand) data.vsphere_virtual_machine.template (expand) local.gateway (expand) var.domain_name var.esxi_hosts var.ip_map]
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore (expand)" references: [data.vsphere_datacenter.dc (expand) local.vmware_storage (expand)]
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "var.vsphere_password" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "local.vmware_host (expand)" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "local.vlan (expand)" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "local.disk_size (expand)" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/vsphere\"]" references: [var.vsphere_server var.vsphere_password var.vsphere_user]
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "local.cpus (expand)" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "data.vsphere_network.network (expand)" references: [local.vlan (expand) data.vsphere_datacenter.dc (expand)]
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc (expand)" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "var.ip_map" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "var.vsphere_user" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "var.vsphere_server" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "var.domain_name" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "local.gateway (expand)" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "data.vsphere_virtual_machine.template (expand)" references: [var.template_name data.vsphere_datacenter.dc (expand)]
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "var.esxi_hosts" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "local.vmware_storage (expand)" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "data.vsphere_compute_cluster.cluster (expand)" references: [data.vsphere_datacenter.dc (expand)]
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "var.template_name" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "var.guest_id" references: []
2021-11-30T12:54:27.161+0100 [DEBUG] ReferenceTransformer: "local.memory (expand)" references: []
2021-11-30T12:54:27.165+0100 [DEBUG] Starting graph walk: walkPlan
2021-11-30T12:54:27.167+0100 [DEBUG] created provider logger: level=debug
2021-11-30T12:54:27.167+0100 [INFO] provider: configuring client automatic mTLS
2021-11-30T12:54:27.208+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5]
2021-11-30T12:54:27.209+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=246409
2021-11-30T12:54:27.209+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5
2021-11-30T12:54:27.229+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: configuring server automatic mTLS: timestamp=2021-11-30T12:54:27.229+0100
2021-11-30T12:54:27.279+0100 [DEBUG] provider.terraform-provider-vsphere_v2.0.2_x5: plugin address: address=/tmp/plugin667310376 network=unix timestamp=2021-11-30T12:54:27.279+0100
2021-11-30T12:54:27.279+0100 [DEBUG] provider: using plugin: version=5
2021-11-30T12:54:27.363+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/vsphere\"]" changed the config value, but that value is unused
2021-11-30T12:54:27.365+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary: timestamp=2021-11-30T12:54:27.364+0100
2021-11-30T12:54:27.365+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] Creating new SOAP API session on endpoint bln-vcenter-1.iits.local: timestamp=2021-11-30T12:54:27.364+0100
2021-11-30T12:54:27.479+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] SOAP API session creation successful: timestamp=2021-11-30T12:54:27.479+0100
2021-11-30T12:54:27.479+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] VMWare vSphere Client configured for URL: bln-vcenter-1.iits.local: timestamp=2021-11-30T12:54:27.479+0100
2021-11-30T12:54:27.479+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] Setting up REST client: timestamp=2021-11-30T12:54:27.479+0100
2021-11-30T12:54:27.864+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] CIS REST client configuration successful: timestamp=2021-11-30T12:54:27.863+0100
2021-11-30T12:54:27.880+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc" references: []
2021-11-30T12:54:27.892+0100 [DEBUG] ReferenceTransformer: "data.vsphere_compute_cluster.cluster" references: []
2021-11-30T12:54:27.893+0100 [INFO] ReferenceTransformer: reference not found: "var.template_name"
2021-11-30T12:54:27.893+0100 [DEBUG] ReferenceTransformer: "data.vsphere_virtual_machine.template" references: []
2021-11-30T12:54:27.896+0100 [INFO] ReferenceTransformer: reference not found: "local.vlan"
2021-11-30T12:54:27.896+0100 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: []
2021-11-30T12:54:27.897+0100 [INFO] ReferenceTransformer: reference not found: "local.vmware_storage"
2021-11-30T12:54:27.898+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: []
2021-11-30T12:54:27.900+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] Looking for VM or template by name/path "debian-11-template-running": timestamp=2021-11-30T12:54:27.900+0100
2021-11-30T12:54:27.902+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] Looking for cluster "bln-cluster" in datacenter "/bln-dc": timestamp=2021-11-30T12:54:27.902+0100
2021-11-30T12:54:27.902+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] Attempting to locate compute cluster "bln-cluster" in datacenter "/bln-dc": timestamp=2021-11-30T12:54:27.902+0100
2021-11-30T12:54:27.944+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] Datacenter for VM/template search: /bln-dc: timestamp=2021-11-30T12:54:27.943+0100
2021-11-30T12:54:27.992+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:27 [DEBUG] Fetching properties for VM "/bln-dc/vm/debian-11-template-running": timestamp=2021-11-30T12:54:27.992+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadSCSIBusType: SCSI controller layout for first 1 controllers: pvscsi-1000: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadSCSIBusSharing: SCSI controller layout for first 1 controllers: pvscsi-1000: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadDiskAttrsForDataSource: Fetching select attributes for disks: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskRefreshOperation: Found controller "controller-1000" for device "disk-1000-0": timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadDiskAttrsForDataSource: Disk devices located: disk-1000-0: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadDiskAttrsForDataSource: Disk devices order after sort: disk-1000-0: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadDiskAttrsForDataSource: Attributes returned: [map[eagerly_scrub:false label:Hard disk 1 size:16 thin_provisioned:false unit_number:0xc000319e30]]: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadNetworkInterfaceTypes: Fetching interface types: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadNetworkInterfaceTypes: Network devices located: ethernet-0: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadNetworkInterfaceTypes: Network devices order after sort: ethernet-0: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadNetworkInterfaceTypes: Network types returned: [vmxnet3]: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadNetworkInterfaces: Fetching network interfaces: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadNetworkInterface: Network devices located: ethernet-0: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadNetworkInterfaceTypes: Network devices order after sort: ethernet-0: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ReadNetworkInterfaces: Network interfaces returned: [map[adapter_type:vmxnet3 bandwidth_limit:0xc0004ba6c0 bandwidth_reservation:0xc0004ba648 bandwidth_share_count:50 bandwidth_share_level:normal mac_address:00:50:56:a4:99:4c network_id:network-27]]: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] vsphere_virtual_machine (ID = 4224fc83-07e9-f180-fb71-3457dd960204): Checking guest networking state: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] vsphere_virtual_machine (ID = 4224fc83-07e9-f180-fb71-3457dd960204): No IP addresses found in guest state: timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.006+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] VM search for "debian-11-template-running" completed successfully (UUID "4224fc83-07e9-f180-fb71-3457dd960204"): timestamp=2021-11-30T12:54:28.006+0100
2021-11-30T12:54:28.011+0100 [WARN] Provider "provider[\"registry.terraform.io/hashicorp/vsphere\"]" produced an unexpected new value for data.vsphere_virtual_machine.template.
- .boot_retry_enabled: was null, but now cty.False
- .efi_secure_boot_enabled: was null, but now cty.False
- .firmware: was null, but now cty.StringVal("bios")
- .cpu_performance_counters_enabled: was null, but now cty.False
- .ept_rvi_mode: was null, but now cty.StringVal("automatic")
- .boot_retry_delay: was null, but now cty.NumberIntVal(10000)
- .cpu_hot_add_enabled: was null, but now cty.True
- .memory_share_level: was null, but now cty.StringVal("normal")
- .latency_sensitivity: was null, but now cty.StringVal("normal")
- .memory: was null, but now cty.NumberIntVal(16384)
- .num_cpus: was null, but now cty.NumberIntVal(2)
- .alternate_guest_name: was null, but now cty.StringVal("")
- .cpu_share_level: was null, but now cty.StringVal("normal")
- .ide_controller_scan_count: was null, but now cty.NumberIntVal(2)
- .annotation: was null, but now cty.StringVal("")
- .cpu_reservation: was null, but now cty.NumberIntVal(0)
- .boot_delay: was null, but now cty.NumberIntVal(0)
- .run_tools_scripts_before_guest_standby: was null, but now cty.True
- .cpu_hot_remove_enabled: was null, but now cty.False
- .sync_time_with_host: was null, but now cty.True
- .run_tools_scripts_before_guest_reboot: was null, but now cty.False
- .run_tools_scripts_before_guest_shutdown: was null, but now cty.True
- .memory_reservation: was null, but now cty.NumberIntVal(0)
- .num_cores_per_socket: was null, but now cty.NumberIntVal(1)
- .run_tools_scripts_after_power_on: was null, but now cty.True
- .scsi_controller_scan_count: was null, but now cty.NumberIntVal(1)
- .swap_placement_policy: was null, but now cty.StringVal("inherit")
- .enable_logging: was null, but now cty.True
- .hv_mode: was null, but now cty.StringVal("hvAuto")
- .memory_hot_add_enabled: was null, but now cty.True
- .memory_limit: was null, but now cty.NumberIntVal(-1)
- .enable_disk_uuid: was null, but now cty.False
- .vbs_enabled: was null, but now cty.False
- .sata_controller_scan_count: was null, but now cty.NumberIntVal(0)
- .vvtd_enabled: was null, but now cty.False
- .cpu_limit: was null, but now cty.NumberIntVal(-1)
- .extra_config: was null, but now cty.MapValEmpty(cty.String)
- .nested_hv_enabled: was null, but now cty.False
- .run_tools_scripts_after_resume: was null, but now cty.True
2021-11-30T12:54:28.012+0100 [DEBUG] Resource instance state not found for node "vsphere_virtual_machine.vm[0]", instance vsphere_virtual_machine.vm[0]
2021-11-30T12:54:28.012+0100 [INFO] ReferenceTransformer: reference not found: "var.esxi_hosts"
2021-11-30T12:54:28.012+0100 [INFO] ReferenceTransformer: reference not found: "local.cpus"
2021-11-30T12:54:28.012+0100 [INFO] ReferenceTransformer: reference not found: "var.esxi_hosts"
2021-11-30T12:54:28.012+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:28.013+0100 [INFO] ReferenceTransformer: reference not found: "local.memory"
2021-11-30T12:54:28.013+0100 [INFO] ReferenceTransformer: reference not found: "local.gateway"
2021-11-30T12:54:28.013+0100 [INFO] ReferenceTransformer: reference not found: "var.domain_name"
2021-11-30T12:54:28.013+0100 [INFO] ReferenceTransformer: reference not found: "var.esxi_hosts"
2021-11-30T12:54:28.013+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:28.013+0100 [INFO] ReferenceTransformer: reference not found: "var.ip_map"
2021-11-30T12:54:28.013+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:28.013+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm[0]" references: []
2021-11-30T12:54:28.013+0100 [DEBUG] refresh: vsphere_virtual_machine.vm[0]: no state, so not refreshing
2021-11-30T12:54:28.034+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation: timestamp=2021-11-30T12:54:28.033+0100
2021-11-30T12:54:28.035+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation: timestamp=2021-11-30T12:54:28.035+0100
2021-11-30T12:54:28.036+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] network_interface.0 (key 0 at <new device>): Beginning diff validation: timestamp=2021-11-30T12:54:28.036+0100
2021-11-30T12:54:28.036+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] network_interface.0 (key 0 at <new device>): Diff validation complete: timestamp=2021-11-30T12:54:28.036+0100
2021-11-30T12:54:28.037+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete: timestamp=2021-11-30T12:54:28.037+0100
2021-11-30T12:54:28.038+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] vsphere_virtual_machine (ID = <new resource>): resource_pool_id modified without change to host_system_id, marking as computed: timestamp=2021-11-30T12:54:28.038+0100
2021-11-30T12:54:28.040+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskDiffOperation: Beginning disk diff customization: timestamp=2021-11-30T12:54:28.040+0100
2021-11-30T12:54:28.040+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskDiffOperation: Beginning collective diff validation (indexes aligned to new config): timestamp=2021-11-30T12:54:28.040+0100
2021-11-30T12:54:28.041+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Beginning diff validation: timestamp=2021-11-30T12:54:28.041+0100
2021-11-30T12:54:28.041+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Diff validation complete: timestamp=2021-11-30T12:54:28.041+0100
2021-11-30T12:54:28.041+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskDiffOperation: Beginning diff validation and normalization (indexes aligned to old state): timestamp=2021-11-30T12:54:28.041+0100
2021-11-30T12:54:28.041+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskDiffOperation: New resource set post-normalization: (key 0 at <new device>): timestamp=2021-11-30T12:54:28.041+0100
2021-11-30T12:54:28.042+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskDiffOperation: Disk diff customization complete, sending new diff: timestamp=2021-11-30T12:54:28.042+0100
2021-11-30T12:54:28.043+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] contentlibrary.IsContentLibrary: Checking if 4224fc83-07e9-f180-fb71-3457dd960204 is a content library source: timestamp=2021-11-30T12:54:28.043+0100
2021-11-30T12:54:28.043+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 4224fc83-07e9-f180-fb71-3457dd960204: timestamp=2021-11-30T12:54:28.043+0100
2021-11-30T12:54:28.451+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ValidateVirtualMachineClone: Validating fitness of source VM/template 4224fc83-07e9-f180-fb71-3457dd960204: timestamp=2021-11-30T12:54:28.451+0100
2021-11-30T12:54:28.451+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] Locating virtual machine with UUID "4224fc83-07e9-f180-fb71-3457dd960204": timestamp=2021-11-30T12:54:28.451+0100
2021-11-30T12:54:28.451+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] Using SearchIndex to look up UUID "4224fc83-07e9-f180-fb71-3457dd960204": timestamp=2021-11-30T12:54:28.451+0100
2021-11-30T12:54:28.462+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] VM "/bln-dc/vm/debian-11-template-running" found for UUID "4224fc83-07e9-f180-fb71-3457dd960204": timestamp=2021-11-30T12:54:28.462+0100
2021-11-30T12:54:28.462+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] Fetching properties for VM "/bln-dc/vm/debian-11-template-running": timestamp=2021-11-30T12:54:28.462+0100
2021-11-30T12:54:28.474+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskCloneValidateOperation: Checking existing virtual disk configuration: timestamp=2021-11-30T12:54:28.474+0100
2021-11-30T12:54:28.475+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskRefreshOperation: Found controller "controller-1000" for device "disk-1000-0": timestamp=2021-11-30T12:54:28.475+0100
2021-11-30T12:54:28.475+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskCloneValidateOperation: Disk devices order before sort: disk-1000-0: timestamp=2021-11-30T12:54:28.475+0100
2021-11-30T12:54:28.475+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskCloneValidateOperation: Disk devices order after sort: disk-1000-0: timestamp=2021-11-30T12:54:28.475+0100
2021-11-30T12:54:28.475+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskCloneValidateOperation: Current resource set: (key 0 at <new device>): timestamp=2021-11-30T12:54:28.475+0100
2021-11-30T12:54:28.476+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskCloneValidateOperation: Resource set order after sort: (key 0 at <new device>): timestamp=2021-11-30T12:54:28.476+0100
2021-11-30T12:54:28.476+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskCloneValidateOperation: Running test read operations on all disks: timestamp=2021-11-30T12:54:28.476+0100
2021-11-30T12:54:28.476+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] disk.0 (key 2000 at scsi:0:0) (<unknown>): Reading state: timestamp=2021-11-30T12:54:28.476+0100
2021-11-30T12:54:28.476+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] FindVirtualDevice: Looking for device with key 2000: timestamp=2021-11-30T12:54:28.476+0100
2021-11-30T12:54:28.476+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] FindVirtualDevice: Device found: disk-1000-0: timestamp=2021-11-30T12:54:28.476+0100
2021-11-30T12:54:28.477+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] disk.0 (key 2000 at scsi:0:0) (debian-11-template/debian-11-template.vmdk): Read finished (key and device address may have changed): timestamp=2021-11-30T12:54:28.477+0100
2021-11-30T12:54:28.477+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] DiskCloneValidateOperation: All disks in source validated successfully: timestamp=2021-11-30T12:54:28.477+0100
2021-11-30T12:54:28.477+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] Locating resource pool with ID resgroup-4139: timestamp=2021-11-30T12:54:28.477+0100
2021-11-30T12:54:28.482+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] Resource pool found: resgroup-4139: timestamp=2021-11-30T12:54:28.481+0100
2021-11-30T12:54:28.482+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] Looking for OS family for guest ID "debian10_64Guest": timestamp=2021-11-30T12:54:28.482+0100
2021-11-30T12:54:28.538+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] OSFamily: family for "debian10_64Guest" is "linuxGuest": timestamp=2021-11-30T12:54:28.538+0100
2021-11-30T12:54:28.539+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] ValidateVirtualMachineClone: Source VM/template 4224fc83-07e9-f180-fb71-3457dd960204 is a suitable source for cloning: timestamp=2021-11-30T12:54:28.539+0100
2021-11-30T12:54:28.539+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport: timestamp=2021-11-30T12:54:28.539+0100
2021-11-30T12:54:28.540+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist: timestamp=2021-11-30T12:54:28.540+0100
2021-11-30T12:54:28.540+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:28 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete: timestamp=2021-11-30T12:54:28.540+0100
2021-11-30T12:54:28.547+0100 [WARN] Provider "registry.terraform.io/hashicorp/vsphere" produced an invalid plan for vsphere_virtual_machine.vm[0], 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) for a non-computed attribute
- .cpu_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .force_power_off: planned value cty.True for a non-computed attribute
- .latency_sensitivity: planned value cty.StringVal("normal") for a non-computed attribute
- .run_tools_scripts_before_guest_shutdown: planned value cty.True for a non-computed attribute
- .wait_for_guest_net_timeout: planned value cty.NumberIntVal(5) for a non-computed attribute
- .num_cores_per_socket: planned value cty.NumberIntVal(1) for a non-computed attribute
- .wait_for_guest_net_routable: planned value cty.True for a non-computed attribute
- .ept_rvi_mode: planned value cty.StringVal("automatic") for a non-computed attribute
- .cpu_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .scsi_controller_count: planned value cty.NumberIntVal(1) for a non-computed attribute
- .shutdown_wait_timeout: planned value cty.NumberIntVal(3) for a non-computed attribute
- .memory_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .scsi_type: planned value cty.StringVal("pvscsi") for a non-computed attribute
- .swap_placement_policy: planned value cty.StringVal("inherit") for a non-computed attribute
- .sata_controller_count: planned value cty.NumberIntVal(0) for a non-computed attribute
- .memory_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .wait_for_guest_ip_timeout: planned value cty.NumberIntVal(0) for a non-computed attribute
- .hv_mode: planned value cty.StringVal("hvAuto") for a non-computed attribute
- .ide_controller_count: planned value cty.NumberIntVal(2) for a non-computed attribute
- .run_tools_scripts_before_guest_standby: planned value cty.True for a non-computed attribute
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") for a non-computed attribute
- .firmware: planned value cty.StringVal("bios") for a non-computed attribute
- .run_tools_scripts_after_power_on: planned value cty.True for a non-computed attribute
- .run_tools_scripts_after_resume: planned value cty.True for a non-computed attribute
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) for a non-computed attribute
- .poweron_timeout: planned value cty.NumberIntVal(300) for a non-computed attribute
- .clone[0].timeout: planned value cty.NumberIntVal(30) for a non-computed attribute
- .clone[0].customize[0].timeout: planned value cty.NumberIntVal(10) for a non-computed attribute
- .clone[0].customize[0].linux_options[0].hw_clock_utc: planned value cty.True for a non-computed attribute
- .disk[0].eagerly_scrub: planned value cty.False for a non-computed attribute
- .disk[0].io_share_count: planned value cty.NumberIntVal(0) for a non-computed attribute
- .disk[0].disk_sharing: planned value cty.StringVal("sharingNone") for a non-computed attribute
- .disk[0].controller_type: planned value cty.StringVal("scsi") for a non-computed attribute
- .disk[0].io_reservation: planned value cty.NumberIntVal(0) for a non-computed attribute
- .disk[0].io_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .disk[0].keep_on_remove: planned value cty.False for a non-computed attribute
- .disk[0].thin_provisioned: planned value cty.True for a non-computed attribute
- .disk[0].attach: planned value cty.False for a non-computed attribute
- .disk[0].disk_mode: planned value cty.StringVal("persistent") for a non-computed attribute
- .disk[0].io_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .disk[0].write_through: planned value cty.False for a non-computed attribute
- .disk[0].unit_number: planned value cty.NumberIntVal(0) for a non-computed attribute
- .network_interface[0].adapter_type: planned value cty.StringVal("vmxnet3") for a non-computed attribute
- .network_interface[0].bandwidth_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .network_interface[0].bandwidth_reservation: planned value cty.NumberIntVal(0) for a non-computed attribute
- .network_interface[0].bandwidth_share_level: planned value cty.StringVal("normal") for a non-computed attribute
2021-11-30T12:54:28.551+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create

Terraform will perform the following actions:
2021-11-30T12:54:28.555+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=246409
2021-11-30T12:54:28.555+0100 [DEBUG] provider: plugin exited
 # vsphere_virtual_machine.vm[0] will be created
 + resource "vsphere_virtual_machine" "vm" {
+ boot_retry_delay = 10000
+ change_version = (known after apply)
+ cpu_limit = -1
+ cpu_share_count = (known after apply)
+ cpu_share_level = "normal"
+ datastore_id = "datastore-4106"
+ default_ip_address = (known after apply)
+ ept_rvi_mode = "automatic"
+ firmware = "bios"
+ force_power_off = true
+ guest_id = "debian10_64Guest"
+ guest_ip_addresses = (known after apply)
+ hardware_version = (known after apply)
+ host_system_id = (known after apply)
+ hv_mode = "hvAuto"
+ id = (known after apply)
+ ide_controller_count = 2
+ imported = (known after apply)
+ latency_sensitivity = "normal"
+ memory = 4096
+ memory_limit = -1
+ memory_share_count = (known after apply)
+ memory_share_level = "normal"
+ migrate_wait_timeout = 30
+ moid = (known after apply)
+ name = "c1-rabbit-cluster1"
+ num_cores_per_socket = 1
+ num_cpus = 2
+ poweron_timeout = 300
+ reboot_required = (known after apply)
+ resource_pool_id = "resgroup-4139"
+ 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
+ sata_controller_count = 0
+ scsi_bus_sharing = "noSharing"
+ scsi_controller_count = 1
+ scsi_type = "pvscsi"
+ shutdown_wait_timeout = 3
+ storage_policy_id = (known after apply)
+ 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 = 5
+ clone {
+ template_uuid = "4224fc83-07e9-f180-fb71-3457dd960204"
+ timeout = 30
+ customize {
+ ipv4_gateway = "10.9.55.1"
+ timeout = 10
+ linux_options {
+ domain = "c1.local"
+ host_name = "c1-rabbit-cluster1"
+ hw_clock_utc = true
}
+ network_interface {
+ ipv4_address = "10.9.55.121"
+ ipv4_netmask = 24
}
}
}
+ disk {
+ attach = false
+ controller_type = "scsi"
+ datastore_id = "<computed>"
+ device_address = (known after apply)
+ disk_mode = "persistent"
+ disk_sharing = "sharingNone"
+ eagerly_scrub = false
+ io_limit = -1
+ io_reservation = 0
+ io_share_count = 0
+ io_share_level = "normal"
+ keep_on_remove = false
+ key = 0
+ label = "Hard disk 1"
+ path = (known after apply)
+ size = 16
+ storage_policy_id = (known after apply)
+ thin_provisioned = true
+ unit_number = 0
+ uuid = (known after apply)
+ write_through = false
}
+ network_interface {
+ adapter_type = "vmxnet3"
+ bandwidth_limit = -1
+ bandwidth_reservation = 0
+ bandwidth_share_count = (known after apply)
+ bandwidth_share_level = "normal"
+ device_address = (known after apply)
+ key = (known after apply)
+ mac_address = (known after apply)
+ network_id = "network-27"
}
}
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: 2021-11-30T12:54:28.568+0100 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"
2021-11-30T12:54:29.848+0100 [INFO] backend/local: apply calling Apply
2021-11-30T12:54:29.848+0100 [INFO] terraform: building graph: GraphTypeApply
2021-11-30T12:54:29.849+0100 [DEBUG] Resource state not found for node "vsphere_virtual_machine.vm[0]", instance vsphere_virtual_machine.vm[0]
2021-11-30T12:54:29.849+0100 [DEBUG] ProviderTransformer: "data.vsphere_compute_cluster.cluster (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:29.849+0100 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vm (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:29.849+0100 [DEBUG] ProviderTransformer: "data.vsphere_network.network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:29.849+0100 [DEBUG] ProviderTransformer: "data.vsphere_virtual_machine.template (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:29.849+0100 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vm[0]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:29.849+0100 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.dc (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:29.849+0100 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "var.domain_name" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "var.esxi_hosts" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "local.memory (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "local.gateway (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "local.vmware_storage (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "var.vsphere_server" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "data.vsphere_virtual_machine.template (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "var.vsphere_user" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "var.vsphere_password" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "var.guest_id" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "local.cpus (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "local.disk_size (expand)" references: []
2021-11-30T12:54:29.850+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:29.850+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:29.850+0100 [INFO] ReferenceTransformer: reference not found: "count.index"
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm[0]" references: [var.esxi_hosts data.vsphere_datastore.datastore (expand) data.vsphere_compute_cluster.cluster (expand) local.cpus (expand) var.esxi_hosts local.memory (expand) data.vsphere_network.network (expand) data.vsphere_virtual_machine.template (expand) data.vsphere_virtual_machine.template (expand) data.vsphere_virtual_machine.template (expand) local.gateway (expand) var.esxi_hosts var.domain_name var.ip_map]
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "data.vsphere_network.network (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/vsphere\"]" references: [var.vsphere_server var.vsphere_password var.vsphere_user]
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "data.vsphere_compute_cluster.cluster (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "var.ip_map" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.dc (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "var.template_name" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "local.vmware_host (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "local.vlan (expand)" references: []
2021-11-30T12:54:29.850+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm (expand)" references: [var.esxi_hosts]
2021-11-30T12:54:29.851+0100 [DEBUG] pruneUnusedNodes: local.disk_size (expand) is no longer needed, removing
2021-11-30T12:54:29.851+0100 [DEBUG] pruneUnusedNodes: data.vsphere_datacenter.dc (expand) is no longer needed, removing
2021-11-30T12:54:29.851+0100 [DEBUG] pruneUnusedNodes: local.vmware_host (expand) is no longer needed, removing
2021-11-30T12:54:29.851+0100 [DEBUG] pruneUnusedNodes: local.vlan (expand) is no longer needed, removing
2021-11-30T12:54:29.851+0100 [DEBUG] pruneUnusedNodes: local.vmware_storage (expand) is no longer needed, removing
2021-11-30T12:54:29.852+0100 [DEBUG] Starting graph walk: walkApply
2021-11-30T12:54:29.855+0100 [DEBUG] created provider logger: level=debug
2021-11-30T12:54:29.855+0100 [INFO] provider: configuring client automatic mTLS
2021-11-30T12:54:29.906+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5]
2021-11-30T12:54:29.907+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=246419
2021-11-30T12:54:29.908+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5
2021-11-30T12:54:29.928+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: configuring server automatic mTLS: timestamp=2021-11-30T12:54:29.927+0100
2021-11-30T12:54:29.984+0100 [DEBUG] provider.terraform-provider-vsphere_v2.0.2_x5: plugin address: address=/tmp/plugin673469425 network=unix timestamp=2021-11-30T12:54:29.984+0100
2021-11-30T12:54:29.985+0100 [DEBUG] provider: using plugin: version=5
2021-11-30T12:54:30.062+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/vsphere\"]" changed the config value, but that value is unused
2021-11-30T12:54:30.064+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary: timestamp=2021-11-30T12:54:30.064+0100
2021-11-30T12:54:30.064+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Creating new SOAP API session on endpoint bln-vcenter-1.iits.local: timestamp=2021-11-30T12:54:30.064+0100
2021-11-30T12:54:30.140+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] SOAP API session creation successful: timestamp=2021-11-30T12:54:30.139+0100
2021-11-30T12:54:30.140+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] VMWare vSphere Client configured for URL: bln-vcenter-1.iits.local: timestamp=2021-11-30T12:54:30.139+0100
2021-11-30T12:54:30.140+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Setting up REST client: timestamp=2021-11-30T12:54:30.139+0100
2021-11-30T12:54:30.556+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] CIS REST client configuration successful: timestamp=2021-11-30T12:54:30.556+0100
2021-11-30T12:54:30.594+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation: timestamp=2021-11-30T12:54:30.594+0100
2021-11-30T12:54:30.595+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation: timestamp=2021-11-30T12:54:30.594+0100
2021-11-30T12:54:30.596+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] network_interface.0 (key 0 at <new device>): Beginning diff validation: timestamp=2021-11-30T12:54:30.594+0100
2021-11-30T12:54:30.596+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] network_interface.0 (key 0 at <new device>): Diff validation complete: timestamp=2021-11-30T12:54:30.594+0100
2021-11-30T12:54:30.597+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete: timestamp=2021-11-30T12:54:30.595+0100
2021-11-30T12:54:30.598+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] vsphere_virtual_machine (ID = <new resource>): resource_pool_id modified without change to host_system_id, marking as computed: timestamp=2021-11-30T12:54:30.595+0100
2021-11-30T12:54:30.598+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskDiffOperation: Beginning disk diff customization: timestamp=2021-11-30T12:54:30.595+0100
2021-11-30T12:54:30.598+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskDiffOperation: Beginning collective diff validation (indexes aligned to new config): timestamp=2021-11-30T12:54:30.595+0100
2021-11-30T12:54:30.598+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Beginning diff validation: timestamp=2021-11-30T12:54:30.595+0100
2021-11-30T12:54:30.598+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Diff validation complete: timestamp=2021-11-30T12:54:30.595+0100
2021-11-30T12:54:30.598+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskDiffOperation: Beginning diff validation and normalization (indexes aligned to old state): timestamp=2021-11-30T12:54:30.595+0100
2021-11-30T12:54:30.599+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskDiffOperation: New resource set post-normalization: (key 0 at <new device>): timestamp=2021-11-30T12:54:30.595+0100
2021-11-30T12:54:30.599+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskDiffOperation: Disk diff customization complete, sending new diff: timestamp=2021-11-30T12:54:30.595+0100
2021-11-30T12:54:30.603+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] contentlibrary.IsContentLibrary: Checking if 4224fc83-07e9-f180-fb71-3457dd960204 is a content library source: timestamp=2021-11-30T12:54:30.602+0100
2021-11-30T12:54:30.603+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 4224fc83-07e9-f180-fb71-3457dd960204: timestamp=2021-11-30T12:54:30.602+0100
2021-11-30T12:54:30.864+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] ValidateVirtualMachineClone: Validating fitness of source VM/template 4224fc83-07e9-f180-fb71-3457dd960204: timestamp=2021-11-30T12:54:30.864+0100
2021-11-30T12:54:30.864+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Locating virtual machine with UUID "4224fc83-07e9-f180-fb71-3457dd960204": timestamp=2021-11-30T12:54:30.864+0100
2021-11-30T12:54:30.864+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Using SearchIndex to look up UUID "4224fc83-07e9-f180-fb71-3457dd960204": timestamp=2021-11-30T12:54:30.864+0100
2021-11-30T12:54:30.875+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] VM "/bln-dc/vm/debian-11-template-running" found for UUID "4224fc83-07e9-f180-fb71-3457dd960204": timestamp=2021-11-30T12:54:30.875+0100
2021-11-30T12:54:30.876+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Fetching properties for VM "/bln-dc/vm/debian-11-template-running": timestamp=2021-11-30T12:54:30.875+0100
2021-11-30T12:54:30.888+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskCloneValidateOperation: Checking existing virtual disk configuration: timestamp=2021-11-30T12:54:30.888+0100
2021-11-30T12:54:30.888+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskRefreshOperation: Found controller "controller-1000" for device "disk-1000-0": timestamp=2021-11-30T12:54:30.888+0100
2021-11-30T12:54:30.888+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskCloneValidateOperation: Disk devices order before sort: disk-1000-0: timestamp=2021-11-30T12:54:30.888+0100
2021-11-30T12:54:30.888+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskCloneValidateOperation: Disk devices order after sort: disk-1000-0: timestamp=2021-11-30T12:54:30.888+0100
2021-11-30T12:54:30.889+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskCloneValidateOperation: Current resource set: (key 0 at <new device>): timestamp=2021-11-30T12:54:30.889+0100
2021-11-30T12:54:30.889+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskCloneValidateOperation: Resource set order after sort: (key 0 at <new device>): timestamp=2021-11-30T12:54:30.889+0100
2021-11-30T12:54:30.889+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskCloneValidateOperation: Running test read operations on all disks: timestamp=2021-11-30T12:54:30.889+0100
2021-11-30T12:54:30.889+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] disk.0 (key 2000 at scsi:0:0) (<unknown>): Reading state: timestamp=2021-11-30T12:54:30.889+0100
2021-11-30T12:54:30.889+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] FindVirtualDevice: Looking for device with key 2000: timestamp=2021-11-30T12:54:30.889+0100
2021-11-30T12:54:30.889+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] FindVirtualDevice: Device found: disk-1000-0: timestamp=2021-11-30T12:54:30.889+0100
2021-11-30T12:54:30.890+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] disk.0 (key 2000 at scsi:0:0) (debian-11-template/debian-11-template.vmdk): Read finished (key and device address may have changed): timestamp=2021-11-30T12:54:30.889+0100
2021-11-30T12:54:30.890+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] DiskCloneValidateOperation: All disks in source validated successfully: timestamp=2021-11-30T12:54:30.890+0100
2021-11-30T12:54:30.890+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Locating resource pool with ID resgroup-4139: timestamp=2021-11-30T12:54:30.890+0100
2021-11-30T12:54:30.895+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Resource pool found: resgroup-4139: timestamp=2021-11-30T12:54:30.895+0100
2021-11-30T12:54:30.895+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Looking for OS family for guest ID "debian10_64Guest": timestamp=2021-11-30T12:54:30.895+0100
2021-11-30T12:54:30.945+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] OSFamily: family for "debian10_64Guest" is "linuxGuest": timestamp=2021-11-30T12:54:30.945+0100
2021-11-30T12:54:30.946+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] ValidateVirtualMachineClone: Source VM/template 4224fc83-07e9-f180-fb71-3457dd960204 is a suitable source for cloning: timestamp=2021-11-30T12:54:30.946+0100
2021-11-30T12:54:30.946+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport: timestamp=2021-11-30T12:54:30.946+0100
2021-11-30T12:54:30.946+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist: timestamp=2021-11-30T12:54:30.946+0100
2021-11-30T12:54:30.946+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete: timestamp=2021-11-30T12:54:30.946+0100
2021-11-30T12:54:30.953+0100 [WARN] Provider "registry.terraform.io/hashicorp/vsphere" produced an invalid plan for vsphere_virtual_machine.vm[0], 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:
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) for a non-computed attribute
- .poweron_timeout: planned value cty.NumberIntVal(300) for a non-computed attribute
- .boot_retry_delay: planned value cty.NumberIntVal(10000) for a non-computed attribute
- .cpu_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .force_power_off: planned value cty.True for a non-computed attribute
- .latency_sensitivity: planned value cty.StringVal("normal") for a non-computed attribute
- .run_tools_scripts_before_guest_shutdown: planned value cty.True for a non-computed attribute
- .wait_for_guest_net_timeout: planned value cty.NumberIntVal(5) for a non-computed attribute
- .num_cores_per_socket: planned value cty.NumberIntVal(1) for a non-computed attribute
- .wait_for_guest_net_routable: planned value cty.True for a non-computed attribute
- .ept_rvi_mode: planned value cty.StringVal("automatic") for a non-computed attribute
- .cpu_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .scsi_controller_count: planned value cty.NumberIntVal(1) for a non-computed attribute
- .shutdown_wait_timeout: planned value cty.NumberIntVal(3) for a non-computed attribute
- .memory_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .scsi_type: planned value cty.StringVal("pvscsi") for a non-computed attribute
- .swap_placement_policy: planned value cty.StringVal("inherit") for a non-computed attribute
- .sata_controller_count: planned value cty.NumberIntVal(0) for a non-computed attribute
- .memory_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .wait_for_guest_ip_timeout: planned value cty.NumberIntVal(0) for a non-computed attribute
- .hv_mode: planned value cty.StringVal("hvAuto") for a non-computed attribute
- .ide_controller_count: planned value cty.NumberIntVal(2) for a non-computed attribute
- .run_tools_scripts_before_guest_standby: planned value cty.True for a non-computed attribute
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") for a non-computed attribute
- .firmware: planned value cty.StringVal("bios") for a non-computed attribute
- .run_tools_scripts_after_power_on: planned value cty.True for a non-computed attribute
- .run_tools_scripts_after_resume: planned value cty.True for a non-computed attribute
- .clone[0].timeout: planned value cty.NumberIntVal(30) for a non-computed attribute
- .clone[0].customize[0].timeout: planned value cty.NumberIntVal(10) for a non-computed attribute
- .clone[0].customize[0].linux_options[0].hw_clock_utc: planned value cty.True for a non-computed attribute
- .disk[0].unit_number: planned value cty.NumberIntVal(0) for a non-computed attribute
- .disk[0].disk_sharing: planned value cty.StringVal("sharingNone") for a non-computed attribute
- .disk[0].eagerly_scrub: planned value cty.False for a non-computed attribute
- .disk[0].io_share_count: planned value cty.NumberIntVal(0) for a non-computed attribute
- .disk[0].controller_type: planned value cty.StringVal("scsi") for a non-computed attribute
- .disk[0].attach: planned value cty.False for a non-computed attribute
- .disk[0].disk_mode: planned value cty.StringVal("persistent") for a non-computed attribute
- .disk[0].io_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .disk[0].io_reservation: planned value cty.NumberIntVal(0) for a non-computed attribute
- .disk[0].io_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .disk[0].keep_on_remove: planned value cty.False for a non-computed attribute
- .disk[0].thin_provisioned: planned value cty.True for a non-computed attribute
- .disk[0].write_through: planned value cty.False for a non-computed attribute
- .network_interface[0].bandwidth_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .network_interface[0].bandwidth_reservation: planned value cty.NumberIntVal(0) for a non-computed attribute
- .network_interface[0].bandwidth_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .network_interface[0].adapter_type: planned value cty.StringVal("vmxnet3") for a non-computed attribute
vsphere_virtual_machine.vm[0]: Creating...
2021-11-30T12:54:30.956+0100 [INFO] Starting apply for vsphere_virtual_machine.vm[0]
2021-11-30T12:54:30.960+0100 [DEBUG] vsphere_virtual_machine.vm[0]: applying the planned Create change
2021-11-30T12:54:30.963+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] setting computed for "vapp_transport" from ComputedKeys: timestamp=2021-11-30T12:54:30.963+0100
2021-11-30T12:54:30.964+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] setting computed for "guest_ip_addresses" from ComputedKeys: timestamp=2021-11-30T12:54:30.964+0100
2021-11-30T12:54:30.966+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Beginning create: timestamp=2021-11-30T12:54:30.966+0100
2021-11-30T12:54:30.966+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] tagsClientIfDefined: No tags configured, skipping loading of tagging client: timestamp=2021-11-30T12:54:30.966+0100
2021-11-30T12:54:30.967+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] vsphere_virtual_machine (ID = <new resource>): VM being created from clone: timestamp=2021-11-30T12:54:30.967+0100
2021-11-30T12:54:30.967+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Locating resource pool with ID resgroup-4139: timestamp=2021-11-30T12:54:30.967+0100
2021-11-30T12:54:30.973+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Resource pool found: resgroup-4139: timestamp=2021-11-30T12:54:30.972+0100
2021-11-30T12:54:30.973+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Locating folder at path "" relative to virtual machine root: timestamp=2021-11-30T12:54:30.972+0100
2021-11-30T12:54:30.984+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] Folder located: "/bln-dc/vm": timestamp=2021-11-30T12:54:30.984+0100
2021-11-30T12:54:30.984+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] contentlibrary.IsContentLibrary: Checking if 4224fc83-07e9-f180-fb71-3457dd960204 is a content library source: timestamp=2021-11-30T12:54:30.984+0100
2021-11-30T12:54:30.985+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:30 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 4224fc83-07e9-f180-fb71-3457dd960204: timestamp=2021-11-30T12:54:30.984+0100
2021-11-30T12:54:31.004+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] ExpandVirtualMachineCloneSpec: Preparing clone spec for VM: timestamp=2021-11-30T12:54:31.004+0100
2021-11-30T12:54:31.004+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] Locating datastore with ID "datastore-4106": timestamp=2021-11-30T12:54:31.004+0100
2021-11-30T12:54:31.009+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] Datastore with ID "datastore-4106" found: timestamp=2021-11-30T12:54:31.009+0100
2021-11-30T12:54:31.010+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] ExpandVirtualMachineCloneSpec: Cloning from UUID: 4224fc83-07e9-f180-fb71-3457dd960204: timestamp=2021-11-30T12:54:31.009+0100
2021-11-30T12:54:31.010+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] Locating virtual machine with UUID "4224fc83-07e9-f180-fb71-3457dd960204": timestamp=2021-11-30T12:54:31.010+0100
2021-11-30T12:54:31.010+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] Using SearchIndex to look up UUID "4224fc83-07e9-f180-fb71-3457dd960204": timestamp=2021-11-30T12:54:31.010+0100
2021-11-30T12:54:31.021+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] VM "/bln-dc/vm/debian-11-template-running" found for UUID "4224fc83-07e9-f180-fb71-3457dd960204": timestamp=2021-11-30T12:54:31.021+0100
2021-11-30T12:54:31.021+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] Fetching properties for VM "/bln-dc/vm/debian-11-template-running": timestamp=2021-11-30T12:54:31.021+0100
2021-11-30T12:54:31.034+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] Locating resource pool with ID resgroup-4139: timestamp=2021-11-30T12:54:31.034+0100
2021-11-30T12:54:31.038+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] Resource pool found: resgroup-4139: timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.038+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] ValidateHost: no host supplied, nothing to do: timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] DiskCloneRelocateOperation: Generating full disk relocate spec list: timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] DiskRefreshOperation: Found controller "controller-1000" for device "disk-1000-0": timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] DiskCloneRelocateOperation: Disk devices located: disk-1000-0: timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] DiskCloneRelocateOperation: Disk devices order after sort: disk-1000-0: timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] DiskCloneRelocateOperation: Current resource set: (key 0 at <new device>): timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] DiskCloneRelocateOperation: Resource set order after sort: (key 0 at <new device>): timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] DiskCloneRelocateOperation: Generating relocators for source disks: timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] DiskCloneRelocateOperation: Disk relocator list:: timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] DiskCloneRelocateOperation: Disk relocator generation complete: timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] ExpandVirtualMachineCloneSpec: Clone spec prep complete: timestamp=2021-11-30T12:54:31.038+0100
2021-11-30T12:54:31.039+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:54:31 [DEBUG] Cloning virtual machine "/bln-dc/vm/c1-rabbit-cluster1": timestamp=2021-11-30T12:54:31.038+0100
vsphere_virtual_machine.vm[0]: Still creating... [10s elapsed]
vsphere_virtual_machine.vm[0]: Still creating... [20s elapsed]
vsphere_virtual_machine.vm[0]: Still creating... [30s elapsed]
vsphere_virtual_machine.vm[0]: Still creating... [40s elapsed]
2021-11-30T12:55:20.048+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Virtual machine "/bln-dc/vm/c1-rabbit-cluster1": clone complete (MOID: "vm-5419"): timestamp=2021-11-30T12:55:20.048+0100
2021-11-30T12:55:20.054+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Locating resource pool with ID resgroup-4139: timestamp=2021-11-30T12:55:20.054+0100
2021-11-30T12:55:20.059+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Resource pool found: resgroup-4139: timestamp=2021-11-30T12:55:20.059+0100
2021-11-30T12:55:20.059+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Fetching properties for VM "/bln-dc/vm/c1-rabbit-cluster1": timestamp=2021-11-30T12:55:20.059+0100
2021-11-30T12:55:20.070+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] VM "/bln-dc/vm/c1-rabbit-cluster1" - UUID is "4224f5dd-e2cb-4501-62e9-40dc7583f730": timestamp=2021-11-30T12:55:20.070+0100
2021-11-30T12:55:20.070+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Building config spec: timestamp=2021-11-30T12:55:20.070+0100
2021-11-30T12:55:20.070+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Resource argument "guest_id" requires a VM restart: timestamp=2021-11-30T12:55:20.070+0100
2021-11-30T12:55:20.072+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Resource argument "hv_mode" requires a VM restart: timestamp=2021-11-30T12:55:20.072+0100
2021-11-30T12:55:20.072+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Resource argument "ept_rvi_mode" requires a VM restart: timestamp=2021-11-30T12:55:20.072+0100
2021-11-30T12:55:20.072+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): CPU operation requires a VM restart: timestamp=2021-11-30T12:55:20.072+0100
2021-11-30T12:55:20.073+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Resource argument "num_cores_per_socket" requires a VM restart: timestamp=2021-11-30T12:55:20.073+0100
2021-11-30T12:55:20.073+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Memory operation requires a VM restart: timestamp=2021-11-30T12:55:20.073+0100
2021-11-30T12:55:20.073+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Resource argument "swap_placement_policy" requires a VM restart: timestamp=2021-11-30T12:55:20.073+0100
2021-11-30T12:55:20.074+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Resource argument "firmware" requires a VM restart: timestamp=2021-11-30T12:55:20.074+0100
2021-11-30T12:55:20.074+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NormalizeBus: Normalizing first 1 controllers on SCSI bus to device type pvscsi: timestamp=2021-11-30T12:55:20.074+0100
2021-11-30T12:55:20.074+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NormalizeBus: Normalizing first 0 controllers on SATA bus: timestamp=2021-11-30T12:55:20.074+0100
2021-11-30T12:55:20.074+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NormalizeBus: Normalizing first 2 controllers on IDE bus: timestamp=2021-11-30T12:55:20.074+0100
2021-11-30T12:55:20.075+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NormalizeBus: Current SCSI bus contents: pvscsi-1000: timestamp=2021-11-30T12:55:20.075+0100
2021-11-30T12:55:20.075+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NormalizeBus: Current SATA bus contents:: timestamp=2021-11-30T12:55:20.075+0100
2021-11-30T12:55:20.075+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NormalizeBus: Current IDE bus contents: device-200,device-201: timestamp=2021-11-30T12:55:20.075+0100
2021-11-30T12:55:20.075+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NormalizeBus: Outgoing device list: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,pvscsi-1000,cdrom-3000,disk-1000-0,ethernet-0: timestamp=2021-11-30T12:55:20.075+0100
2021-11-30T12:55:20.076+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NormalizeBus: Outgoing device config spec:: timestamp=2021-11-30T12:55:20.076+0100
2021-11-30T12:55:20.076+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Looking for disk device changes post-clone: timestamp=2021-11-30T12:55:20.076+0100
2021-11-30T12:55:20.076+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskRefreshOperation: Found controller "controller-1000" for device "disk-1000-0": timestamp=2021-11-30T12:55:20.076+0100
2021-11-30T12:55:20.077+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Disk devices located: disk-1000-0: timestamp=2021-11-30T12:55:20.077+0100
2021-11-30T12:55:20.077+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Disk devices order after sort: disk-1000-0: timestamp=2021-11-30T12:55:20.077+0100
2021-11-30T12:55:20.077+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Current resource set: (key 2000 at scsi:0:0): timestamp=2021-11-30T12:55:20.077+0100
2021-11-30T12:55:20.077+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Resource set order after sort: (key 2000 at scsi:0:0): timestamp=2021-11-30T12:55:20.077+0100
2021-11-30T12:55:20.078+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Looking for and applying device changes in source disks: timestamp=2021-11-30T12:55:20.078+0100
2021-11-30T12:55:20.078+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] disk.0 (key 2000 at scsi:0:0) (<unknown>): Reading state: timestamp=2021-11-30T12:55:20.078+0100
2021-11-30T12:55:20.079+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Looking for device with key 2000: timestamp=2021-11-30T12:55:20.079+0100
2021-11-30T12:55:20.079+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Device found: disk-1000-0: timestamp=2021-11-30T12:55:20.079+0100
2021-11-30T12:55:20.079+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Locating virtual machine with UUID "4224f5dd-e2cb-4501-62e9-40dc7583f730": timestamp=2021-11-30T12:55:20.079+0100
2021-11-30T12:55:20.079+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Using SearchIndex to look up UUID "4224f5dd-e2cb-4501-62e9-40dc7583f730": timestamp=2021-11-30T12:55:20.079+0100
2021-11-30T12:55:20.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] VM "/bln-dc/vm/c1-rabbit-cluster1" found for UUID "4224f5dd-e2cb-4501-62e9-40dc7583f730": timestamp=2021-11-30T12:55:20.088+0100
2021-11-30T12:55:20.105+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] queryAssociatedProfile: Retrieving storage policy of server object of type [virtualDiskId] and key [vm-5419:2000].: timestamp=2021-11-30T12:55:20.105+0100
2021-11-30T12:55:20.239+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] disk.0 (key 2000 at scsi:0:0) (c1-rabbit-cluster1/c1-rabbit-cluster1.vmdk): Read finished (key and device address may have changed): timestamp=2021-11-30T12:55:20.239+0100
2021-11-30T12:55:20.239+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Post-clone final resource list: (key 2000 at scsi:0:0): timestamp=2021-11-30T12:55:20.239+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Device list at end of operation: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,pvscsi-1000,cdrom-3000,disk-1000-0,ethernet-0: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Device config operations from post-clone:: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskPostCloneOperation: Operation complete, returning updated spec: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NetworkInterfacePostCloneOperation: Looking for post-clone device changes: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NetworkInterfacePostCloneOperation: Network devices located: ethernet-0: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NetworkInterfacePostCloneOperation: Current resource set from configuration: (key 0 at <new device>): timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NetworkInterfacePostCloneOperation: Layout from source: 1 devices over a 1 unit range: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NetworkInterfacePostCloneOperation: Reading existing devices: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Reading state: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Looking for device with key 4000: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Device found: ethernet-0: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Read finished (key and device address may have changed): timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Beginning update: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Looking for device with key 4000: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Device found: ethernet-0: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Device config operations from update: (edit: *types.VirtualVmxnet3 at key 4000): timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.240+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Update complete: timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] applyDeviceChange: Applying changes: (edit: *types.VirtualVmxnet3 at key 4000): timestamp=2021-11-30T12:55:20.240+0100
2021-11-30T12:55:20.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,pvscsi-1000,cdrom-3000,disk-1000-0,ethernet-0: timestamp=2021-11-30T12:55:20.241+0100
2021-11-30T12:55:20.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,pvscsi-1000,cdrom-3000,disk-1000-0,ethernet-0: timestamp=2021-11-30T12:55:20.241+0100
2021-11-30T12:55:20.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NetworkInterfacePostCloneOperation: Post-clone final resource list: (key 4000 at pci:0:7): timestamp=2021-11-30T12:55:20.241+0100
2021-11-30T12:55:20.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NetworkInterfacePostCloneOperation: Device list at end of operation: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,pvscsi-1000,cdrom-3000,disk-1000-0,ethernet-0: timestamp=2021-11-30T12:55:20.241+0100
2021-11-30T12:55:20.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NetworkInterfacePostCloneOperation: Device config operations from post-clone: (edit: *types.VirtualVmxnet3 at key 4000): timestamp=2021-11-30T12:55:20.241+0100
2021-11-30T12:55:20.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] NetworkInterfacePostCloneOperation: Operation complete, returning updated spec: timestamp=2021-11-30T12:55:20.241+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] CdromPostCloneOperation: Looking for post-clone device changes: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] CdromPostCloneOperation: CDROM devices located: cdrom-3000: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] CdromPostCloneOperation: Current resource set from configuration:: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] CdromPostCloneOperation: Reading existing devices: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Reading state: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Looking for device with key 3000: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Device found: cdrom-3000: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Read finished (key and device address may have changed): timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Beginning delete: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Looking for device with key 3000: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] FindVirtualDevice: Device found: cdrom-3000: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Device config operations from update: (remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Delete completed: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] applyDeviceChange: Applying changes: (remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,pvscsi-1000,cdrom-3000,disk-1000-0,ethernet-0: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,pvscsi-1000,disk-1000-0,ethernet-0: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.242+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] CdromPostCloneOperation: Post-clone final resource list:: timestamp=2021-11-30T12:55:20.242+0100
2021-11-30T12:55:20.243+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] CdromPostCloneOperation: Device list at end of operation: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,pvscsi-1000,disk-1000-0,ethernet-0: timestamp=2021-11-30T12:55:20.243+0100
2021-11-30T12:55:20.243+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] CdromPostCloneOperation: Device config operations from post-clone: (remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-30T12:55:20.243+0100
2021-11-30T12:55:20.243+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] CdromPostCloneOperation: Operation complete, returning updated spec: timestamp=2021-11-30T12:55:20.243+0100
2021-11-30T12:55:20.243+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Final device list: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,pvscsi-1000,disk-1000-0,ethernet-0: timestamp=2021-11-30T12:55:20.243+0100
2021-11-30T12:55:20.243+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Final device change cfgSpec: (edit: *types.VirtualVmxnet3 at key 4000),(remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-30T12:55:20.243+0100
2021-11-30T12:55:20.243+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Reconfiguring virtual machine "/bln-dc/vm/c1-rabbit-cluster1": timestamp=2021-11-30T12:55:20.243+0100
2021-11-30T12:55:20.495+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Fetching properties for VM "/bln-dc/vm/c1-rabbit-cluster1": timestamp=2021-11-30T12:55:20.495+0100
2021-11-30T12:55:20.512+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Fetching properties for VM "/bln-dc/vm/c1-rabbit-cluster1": timestamp=2021-11-30T12:55:20.512+0100
2021-11-30T12:55:20.529+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Fetching configuration options for VM "/bln-dc/vm/c1-rabbit-cluster1": timestamp=2021-11-30T12:55:20.529+0100
2021-11-30T12:55:20.595+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Found current hardware version: 15: timestamp=2021-11-30T12:55:20.595+0100
2021-11-30T12:55:20.595+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Looking for OS family for guest ID "debian10_64Guest": timestamp=2021-11-30T12:55:20.595+0100
2021-11-30T12:55:20.647+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] OSFamily: family for "debian10_64Guest" is "linuxGuest": timestamp=2021-11-30T12:55:20.647+0100
2021-11-30T12:55:20.648+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Sending customization spec to virtual machine "/bln-dc/vm/c1-rabbit-cluster1": timestamp=2021-11-30T12:55:20.648+0100
2021-11-30T12:55:20.691+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = 4224f5dd-e2cb-4501-62e9-40dc7583f730): Performing delete: timestamp=2021-11-30T12:55:20.691+0100
2021-11-30T12:55:20.691+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Locating virtual machine with UUID "4224f5dd-e2cb-4501-62e9-40dc7583f730": timestamp=2021-11-30T12:55:20.691+0100
2021-11-30T12:55:20.691+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Using SearchIndex to look up UUID "4224f5dd-e2cb-4501-62e9-40dc7583f730": timestamp=2021-11-30T12:55:20.691+0100
2021-11-30T12:55:20.701+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] VM "/bln-dc/vm/c1-rabbit-cluster1" found for UUID "4224f5dd-e2cb-4501-62e9-40dc7583f730": timestamp=2021-11-30T12:55:20.701+0100
2021-11-30T12:55:20.701+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Fetching properties for VM "/bln-dc/vm/c1-rabbit-cluster1": timestamp=2021-11-30T12:55:20.701+0100
2021-11-30T12:55:20.715+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskDestroyOperation: Beginning destroy: timestamp=2021-11-30T12:55:20.715+0100
2021-11-30T12:55:20.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskDestroyOperation: Detaching devices with keep_on_remove enabled: timestamp=2021-11-30T12:55:20.716+0100
2021-11-30T12:55:20.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] DiskDestroyOperation: Device config operations from destroy:: timestamp=2021-11-30T12:55:20.716+0100
2021-11-30T12:55:20.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] Deleting virtual machine "/bln-dc/vm/c1-rabbit-cluster1": timestamp=2021-11-30T12:55:20.717+0100
2021-11-30T12:55:20.852+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/30 12:55:20 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Delete complete: timestamp=2021-11-30T12:55:20.852+0100
╷
│ Error: error sending customization spec: Customization of the guest operating system 'debian10_64Guest' is not supported in this configuration. Microsoft Vista (TM) and Linux guests with Logical Volume Manager are supported only for recent ESX host and VMware Tools versions. Refer to vCenter documentation for supported configurations.
│ 
│  with vsphere_virtual_machine.vm[0],
│  on main.tf line 61, in resource "vsphere_virtual_machine" "vm":
│  61: resource "vsphere_virtual_machine" "vm" {
│ 
╵
2021-11-30T12:55:20.872+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-30T12:55:20.873+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/linux_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=246419
2021-11-30T12:55:20.873+0100 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment