Skip to content

Instantly share code, notes, and snippets.

@NathanDotTo
Created November 11, 2021 17:19
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 NathanDotTo/c569400e56de5290674e88bd3bf4c857 to your computer and use it in GitHub Desktop.
Save NathanDotTo/c569400e56de5290674e88bd3bf4c857 to your computer and use it in GitHub Desktop.
Debug for Can't set host_name with for_each in linux_options
xxx@XXX terraform % terraform apply
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF][WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2021-11-11T18:13:03.165+0100 [DEBUG] Adding temp file log sink: /var/folders/qj/7yj28bvs4b1gnz1h0tb20fw40000gn/T/terraform-log656748997
2021-11-11T18:13:03.165+0100 [INFO] Terraform version: 1.0.11
2021-11-11T18:13:03.165+0100 [INFO] Go runtime version: go1.17.2
2021-11-11T18:13:03.165+0100 [INFO] CLI args: []string{"/usr/local/homebrew/bin/terraform", "apply"}
2021-11-11T18:13:03.165+0100 [TRACE] Stdout is a terminal of width 193
2021-11-11T18:13:03.165+0100 [TRACE] Stderr is a terminal of width 193
2021-11-11T18:13:03.165+0100 [TRACE] Stdin is a terminal
2021-11-11T18:13:03.165+0100 [DEBUG] Attempting to open CLI config file: /Users/xxx/.terraformrc
2021-11-11T18:13:03.167+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021-11-11T18:13:03.168+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021-11-11T18:13:03.168+0100 [DEBUG] ignoring non-existing provider search directory /Users/xxx/.terraform.d/plugins
2021-11-11T18:13:03.168+0100 [DEBUG] ignoring non-existing provider search directory /Users/xxx/Library/Application Support/io.terraform/plugins
2021-11-11T18:13:03.168+0100 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2021-11-11T18:13:03.169+0100 [INFO] CLI command args: []string{"apply"}
2021-11-11T18:13:03.174+0100 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2021-11-11T18:13:03.174+0100 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2021-11-11T18:13:03.174+0100 [DEBUG] New state was assigned lineage "4e3a0b47-bb30-5df8-cb62-8d02d80f347c"
2021-11-11T18:13:03.174+0100 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2021-11-11T18:13:03.175+0100 [TRACE] Meta.Backend: instantiated backend of type <nil>
2021-11-11T18:13:03.175+0100 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2021-11-11T18:13:03.177+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/vsphere v2.0.2 for darwin_amd64 at .terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64
2021-11-11T18:13:03.177+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/vsphere 2.0.2
2021-11-11T18:13:03.364+0100 [DEBUG] checking for provisioner in "."
2021-11-11T18:13:03.367+0100 [DEBUG] checking for provisioner in "/usr/local/homebrew/bin"
2021-11-11T18:13:03.369+0100 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory
2021-11-11T18:13:03.369+0100 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2021-11-11T18:13:03.370+0100 [INFO] backend/local: starting Apply operation
2021-11-11T18:13:03.371+0100 [TRACE] backend/local: requesting state manager for workspace "default"
2021-11-11T18:13:03.371+0100 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2021-11-11T18:13:03.372+0100 [TRACE] backend/local: requesting state lock for workspace "default"
2021-11-11T18:13:03.372+0100 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2021-11-11T18:13:03.372+0100 [TRACE] statemgr.Filesystem: existing snapshot has lineage "52afba14-57b0-6bb2-608c-a093d1789272" serial 71
2021-11-11T18:13:03.372+0100 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2021-11-11T18:13:03.372+0100 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2021-11-11T18:13:03.373+0100 [TRACE] backend/local: reading remote state for workspace "default"
2021-11-11T18:13:03.373+0100 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2021-11-11T18:13:03.373+0100 [TRACE] statemgr.Filesystem: read snapshot with lineage "52afba14-57b0-6bb2-608c-a093d1789272" serial 71
2021-11-11T18:13:03.373+0100 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2021-11-11T18:13:03.373+0100 [TRACE] backend/local: building context for current working directory
2021-11-11T18:13:03.379+0100 [TRACE] terraform.NewContext: starting
2021-11-11T18:13:03.379+0100 [TRACE] terraform.NewContext: loading provider schemas
2021-11-11T18:13:03.379+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/vsphere"
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2021-11-11T18:13:03.380+0100 [DEBUG] created provider logger: level=trace
2021-11-11T18:13:03.380+0100 [INFO] provider: configuring client automatic mTLS
2021-11-11T18:13:03.397+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5]
2021-11-11T18:13:03.404+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=93227
2021-11-11T18:13:03.404+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5
2021-11-11T18:13:03.446+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: configuring server automatic mTLS: timestamp=2021-11-11T18:13:03.446+0100
2021-11-11T18:13:03.529+0100 [DEBUG] provider: using plugin: version=5
2021-11-11T18:13:03.529+0100 [DEBUG] provider.terraform-provider-vsphere_v2.0.2_x5: plugin address: address=/var/folders/qj/7yj28bvs4b1gnz1h0tb20fw40000gn/T/plugin901940574 network=unix timestamp=2021-11-11T18:13:03.529+0100
2021-11-11T18:13:03.587+0100 [TRACE] GRPCProvider: GetProviderSchema
2021-11-11T18:13:03.587+0100 [TRACE] provider.stdio: waiting for stdio data
2021-11-11T18:13:03.600+0100 [TRACE] GRPCProvider: Close
2021-11-11T18:13:03.602+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-11T18:13:03.605+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=93227
2021-11-11T18:13:03.605+0100 [DEBUG] provider: plugin exited
2021-11-11T18:13:03.605+0100 [TRACE] terraform.NewContext: complete
2021-11-11T18:13:03.605+0100 [TRACE] backend/local: finished building terraform.Context
2021-11-11T18:13:03.605+0100 [TRACE] backend/local: requesting interactive input, if necessary
2021-11-11T18:13:03.605+0100 [TRACE] Context.Input: Prompting for provider arguments
2021-11-11T18:13:03.606+0100 [TRACE] Context.Input: Provider provider.vsphere declared at main.tf:1,1-19
2021-11-11T18:13:03.606+0100 [TRACE] Context.Input: Input for provider.vsphere: map[string]cty.Value{}
2021-11-11T18:13:03.606+0100 [TRACE] backend/local: running validation operation
2021-11-11T18:13:03.606+0100 [INFO] terraform: building graph: GraphTypeValidate
2021-11-11T18:13:03.606+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021-11-11T18:13:03.606+0100 [TRACE] ConfigTransformer: Starting for path:
2021-11-11T18:13:03.606+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
------
2021-11-11T18:13:03.606+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021-11-11T18:13:03.606+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
------
2021-11-11T18:13:03.607+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021-11-11T18:13:03.607+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021-11-11T18:13:03.607+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2021-11-11T18:13:03.607+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021-11-11T18:13:03.607+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2021-11-11T18:13:03.607+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021-11-11T18:13:03.607+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021-11-11T18:13:03.607+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2021-11-11T18:13:03.607+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2021-11-11T18:13:03.607+0100 [TRACE] StateTransformer: state is empty, so nothing to do
2021-11-11T18:13:03.607+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021-11-11T18:13:03.607+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:03.607+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:03.607+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021-11-11T18:13:03.607+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021-11-11T18:13:03.607+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_datastore.datastore" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:27, Column:1, Byte:725}, End:hcl.Pos{Line:27, Column:37, Byte:761}}
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_datastore.datastore
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_network.network" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:12, Column:1, Byte:266}, End:hcl.Pos{Line:12, Column:33, Byte:298}}
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_network.network
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_resource_pool.pool" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:22, Column:1, Byte:538}, End:hcl.Pos{Line:22, Column:36, Byte:573}}
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_resource_pool.pool
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_content_library.content_library" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:32, Column:1, Byte:866}, End:hcl.Pos{Line:32, Column:49, Byte:914}}
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_content_library.content_library
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_datacenter.datacenter" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:8, Column:1, Byte:190}, End:hcl.Pos{Line:8, Column:39, Byte:228}}
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_datacenter.datacenter
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching to "vsphere_virtual_machine.vm" (*terraform.NodeValidatableResource) config from main.tf:42,1-40
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to vsphere_virtual_machine.vm
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_content_library_item.content_library_item" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:36, Column:1, Byte:957}, End:hcl.Pos{Line:36, Column:59, Byte:1015}}
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_compute_cluster.cluster" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:17, Column:1, Byte:398}, End:hcl.Pos{Line:17, Column:41, Byte:438}}
2021-11-11T18:13:03.608+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_compute_cluster.cluster
2021-11-11T18:13:03.608+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021-11-11T18:13:03.608+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021-11-11T18:13:03.608+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021-11-11T18:13:03.609+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/vsphere\"]" provider configuration from main.tf:1,1-19
2021-11-11T18:13:03.609+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
------
2021-11-11T18:13:03.609+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021-11-11T18:13:03.609+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021-11-11T18:13:03.609+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021-11-11T18:13:03.609+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_datacenter.datacenter
2021-11-11T18:13:03.609+0100 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.datacenter" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.609+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving vsphere_virtual_machine.vm
2021-11-11T18:13:03.609+0100 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vm" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.609+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:03.610+0100 [DEBUG] ProviderTransformer: "data.vsphere_content_library_item.content_library_item" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.610+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_compute_cluster.cluster
2021-11-11T18:13:03.610+0100 [DEBUG] ProviderTransformer: "data.vsphere_compute_cluster.cluster" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.610+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_datastore.datastore
2021-11-11T18:13:03.610+0100 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.610+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_network.network
2021-11-11T18:13:03.610+0100 [DEBUG] ProviderTransformer: "data.vsphere_network.network" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.610+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_resource_pool.pool
2021-11-11T18:13:03.610+0100 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.610+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_content_library.content_library
2021-11-11T18:13:03.610+0100 [DEBUG] ProviderTransformer: "data.vsphere_content_library.content_library" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.610+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
------
2021-11-11T18:13:03.610+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021-11-11T18:13:03.610+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021-11-11T18:13:03.611+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
------
2021-11-11T18:13:03.611+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021-11-11T18:13:03.611+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021-11-11T18:13:03.611+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021-11-11T18:13:03.611+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_resource_pool.pool
2021-11-11T18:13:03.611+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_network.network
2021-11-11T18:13:03.611+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_datacenter.datacenter
2021-11-11T18:13:03.611+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_content_library.content_library
2021-11-11T18:13:03.611+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:03.611+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_compute_cluster.cluster
2021-11-11T18:13:03.611+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to vsphere_virtual_machine.vm
2021-11-11T18:13:03.611+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.611+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_datastore.datastore
2021-11-11T18:13:03.612+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021-11-11T18:13:03.612+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021-11-11T18:13:03.612+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021-11-11T18:13:03.612+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:03.612+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_CONTENT_LIBRARY" references: []
2021-11-11T18:13:03.612+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:03.612+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:03.612+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm" references: [var.vms data.vsphere_datastore.datastore data.vsphere_resource_pool.pool data.vsphere_network.network data.vsphere_content_library_item.content_library_item]
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "data.vsphere_content_library_item.content_library_item" references: [data.vsphere_content_library.content_library var.VSPHERE_CONTENT_LIBRARY_OVF]
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "data.vsphere_compute_cluster.cluster" references: [data.vsphere_datacenter.datacenter var.VSPHERE_CLUSTER]
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_CLUSTER" references: []
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/vsphere\"]" references: [var.VSPHERE_USERNAME var.VSPHERE_PASSWORD var.VSPHERE_SERVER]
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: [data.vsphere_datacenter.datacenter var.VSPHERE_VM_DATASTORE]
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_DATACENTER" references: []
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_SERVER" references: []
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_CONTENT_LIBRARY_OVF" references: []
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: [var.VSPHERE_NETWORK data.vsphere_datacenter.datacenter]
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: [data.vsphere_datacenter.datacenter data.vsphere_compute_cluster.cluster]
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_USERNAME" references: []
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "var.vms" references: []
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_PASSWORD" references: []
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_NETWORK" references: []
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "data.vsphere_content_library.content_library" references: [var.VSPHERE_CONTENT_LIBRARY]
2021-11-11T18:13:03.613+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter" references: [var.VSPHERE_DATACENTER]
2021-11-11T18:13:03.614+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_VM_DATASTORE" references: []
2021-11-11T18:13:03.614+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.614+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021-11-11T18:13:03.614+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021-11-11T18:13:03.614+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2021-11-11T18:13:03.614+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_content_library_item.content_library_item depends on []
2021-11-11T18:13:03.614+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_compute_cluster.cluster depends on []
2021-11-11T18:13:03.614+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_datastore.datastore depends on []
2021-11-11T18:13:03.614+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_network.network depends on []
2021-11-11T18:13:03.614+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_resource_pool.pool depends on []
2021-11-11T18:13:03.615+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_content_library.content_library depends on []
2021-11-11T18:13:03.615+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_datacenter.datacenter depends on []
2021-11-11T18:13:03.615+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2021-11-11T18:13:03.615+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:03.615+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:03.615+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021-11-11T18:13:03.615+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021-11-11T18:13:03.615+0100 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021-11-11T18:13:03.615+0100 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.615+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021-11-11T18:13:03.616+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.616+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021-11-11T18:13:03.616+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.616+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021-11-11T18:13:03.617+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_content_library.content_library - *terraform.NodeValidatableResource
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_datacenter.datacenter - *terraform.NodeValidatableResource
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
data.vsphere_compute_cluster.cluster - *terraform.NodeValidatableResource
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm - *terraform.NodeValidatableResource
data.vsphere_content_library_item.content_library_item - *terraform.NodeValidatableResource
data.vsphere_datastore.datastore - *terraform.NodeValidatableResource
data.vsphere_network.network - *terraform.NodeValidatableResource
data.vsphere_resource_pool.pool - *terraform.NodeValidatableResource
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.617+0100 [DEBUG] Starting graph walk: walkValidate
2021-11-11T18:13:03.617+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY_OVF": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.617+0100 [TRACE] vertex "var.VSPHERE_USERNAME": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.617+0100 [TRACE] vertex "var.VSPHERE_USERNAME": visit complete
2021-11-11T18:13:03.617+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY_OVF": visit complete
2021-11-11T18:13:03.617+0100 [TRACE] vertex "var.VSPHERE_SERVER": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.617+0100 [TRACE] vertex "var.VSPHERE_SERVER": visit complete
2021-11-11T18:13:03.617+0100 [TRACE] vertex "var.VSPHERE_VM_DATASTORE": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.617+0100 [TRACE] vertex "var.VSPHERE_VM_DATASTORE": visit complete
2021-11-11T18:13:03.617+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY": visit complete
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.VSPHERE_DATACENTER": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.VSPHERE_DATACENTER": visit complete
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.vms": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.vms": visit complete
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.VSPHERE_CLUSTER": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.VSPHERE_CLUSTER": visit complete
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.VSPHERE_PASSWORD": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.VSPHERE_PASSWORD": visit complete
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.VSPHERE_NETWORK": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.618+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"]": starting visit (*terraform.NodeApplyableProvider)
2021-11-11T18:13:03.618+0100 [TRACE] vertex "var.VSPHERE_NETWORK": visit complete
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2021-11-11T18:13:03.619+0100 [DEBUG] created provider logger: level=trace
2021-11-11T18:13:03.619+0100 [INFO] provider: configuring client automatic mTLS
2021-11-11T18:13:03.636+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5]
2021-11-11T18:13:03.642+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=93229
2021-11-11T18:13:03.642+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5
2021-11-11T18:13:03.685+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: configuring server automatic mTLS: timestamp=2021-11-11T18:13:03.684+0100
2021-11-11T18:13:03.777+0100 [DEBUG] provider.terraform-provider-vsphere_v2.0.2_x5: plugin address: address=/var/folders/qj/7yj28bvs4b1gnz1h0tb20fw40000gn/T/plugin206165080 network=unix timestamp=2021-11-11T18:13:03.777+0100
2021-11-11T18:13:03.778+0100 [DEBUG] provider: using plugin: version=5
2021-11-11T18:13:03.839+0100 [TRACE] provider.stdio: waiting for stdio data
2021-11-11T18:13:03.840+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/vsphere\"]" provider for provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.840+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/vsphere"]: using explicit config only
2021-11-11T18:13:03.840+0100 [TRACE] GRPCProvider: GetProviderSchema
2021-11-11T18:13:03.858+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2021-11-11T18:13:03.876+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"]": visit complete
2021-11-11T18:13:03.876+0100 [TRACE] vertex "data.vsphere_content_library.content_library": starting visit (*terraform.NodeValidatableResource)
2021-11-11T18:13:03.876+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter": starting visit (*terraform.NodeValidatableResource)
2021-11-11T18:13:03.876+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:03.876+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:03.877+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter": visit complete
2021-11-11T18:13:03.877+0100 [TRACE] vertex "data.vsphere_datastore.datastore": starting visit (*terraform.NodeValidatableResource)
2021-11-11T18:13:03.878+0100 [TRACE] vertex "data.vsphere_network.network": starting visit (*terraform.NodeValidatableResource)
2021-11-11T18:13:03.878+0100 [TRACE] vertex "data.vsphere_content_library.content_library": visit complete
2021-11-11T18:13:03.878+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": starting visit (*terraform.NodeValidatableResource)
2021-11-11T18:13:03.878+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:03.878+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:03.878+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:03.878+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster": starting visit (*terraform.NodeValidatableResource)
2021-11-11T18:13:03.879+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:03.879+0100 [TRACE] vertex "data.vsphere_datastore.datastore": visit complete
2021-11-11T18:13:03.880+0100 [TRACE] vertex "data.vsphere_network.network": visit complete
2021-11-11T18:13:03.880+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": visit complete
2021-11-11T18:13:03.880+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster": visit complete
2021-11-11T18:13:03.880+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": starting visit (*terraform.NodeValidatableResource)
2021-11-11T18:13:03.880+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:03.881+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": visit complete
2021-11-11T18:13:03.881+0100 [TRACE] vertex "vsphere_virtual_machine.vm": starting visit (*terraform.NodeValidatableResource)
2021-11-11T18:13:03.883+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2021-11-11T18:13:03.886+0100 [TRACE] vertex "vsphere_virtual_machine.vm": visit complete
2021-11-11T18:13:03.886+0100 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2021-11-11T18:13:03.886+0100 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2021-11-11T18:13:03.886+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2021-11-11T18:13:03.886+0100 [TRACE] GRPCProvider: Close
2021-11-11T18:13:03.887+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-11T18:13:03.891+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=93229
2021-11-11T18:13:03.891+0100 [DEBUG] provider: plugin exited
2021-11-11T18:13:03.891+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)": visit complete
2021-11-11T18:13:03.891+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2021-11-11T18:13:03.891+0100 [TRACE] vertex "root": visit complete
2021-11-11T18:13:03.891+0100 [INFO] backend/local: apply calling Plan
2021-11-11T18:13:03.891+0100 [INFO] terraform: building graph: GraphTypePlan
2021-11-11T18:13:03.891+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021-11-11T18:13:03.891+0100 [TRACE] ConfigTransformer: Starting for path:
2021-11-11T18:13:03.892+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
------
2021-11-11T18:13:03.892+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021-11-11T18:13:03.892+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
------
2021-11-11T18:13:03.892+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021-11-11T18:13:03.892+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021-11-11T18:13:03.892+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2021-11-11T18:13:03.892+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021-11-11T18:13:03.892+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2021-11-11T18:13:03.892+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021-11-11T18:13:03.892+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021-11-11T18:13:03.892+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2021-11-11T18:13:03.892+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2021-11-11T18:13:03.892+0100 [TRACE] StateTransformer: state is empty, so nothing to do
2021-11-11T18:13:03.892+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021-11-11T18:13:03.892+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:03.893+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:03.893+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021-11-11T18:13:03.893+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021-11-11T18:13:03.893+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021-11-11T18:13:03.893+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_datacenter.datacenter (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:8, Column:1, Byte:190}, End:hcl.Pos{Line:8, Column:39, Byte:228}}
2021-11-11T18:13:03.893+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_datacenter.datacenter (expand)
2021-11-11T18:13:03.893+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_resource_pool.pool (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:22, Column:1, Byte:538}, End:hcl.Pos{Line:22, Column:36, Byte:573}}
2021-11-11T18:13:03.893+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_resource_pool.pool (expand)
2021-11-11T18:13:03.893+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_datastore.datastore (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:27, Column:1, Byte:725}, End:hcl.Pos{Line:27, Column:37, Byte:761}}
2021-11-11T18:13:03.893+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_datastore.datastore (expand)
2021-11-11T18:13:03.893+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_content_library_item.content_library_item (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:36, Column:1, Byte:957}, End:hcl.Pos{Line:36, Column:59, Byte:1015}}
2021-11-11T18:13:03.893+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_content_library_item.content_library_item (expand)
2021-11-11T18:13:03.894+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_network.network (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:12, Column:1, Byte:266}, End:hcl.Pos{Line:12, Column:33, Byte:298}}
2021-11-11T18:13:03.894+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_network.network (expand)
2021-11-11T18:13:03.894+0100 [TRACE] AttachResourceConfigTransformer: attaching to "vsphere_virtual_machine.vm (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:42,1-40
2021-11-11T18:13:03.894+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to vsphere_virtual_machine.vm (expand)
2021-11-11T18:13:03.894+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_compute_cluster.cluster (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:17, Column:1, Byte:398}, End:hcl.Pos{Line:17, Column:41, Byte:438}}
2021-11-11T18:13:03.894+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_compute_cluster.cluster (expand)
2021-11-11T18:13:03.894+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_content_library.content_library (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:32, Column:1, Byte:866}, End:hcl.Pos{Line:32, Column:49, Byte:914}}
2021-11-11T18:13:03.894+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_content_library.content_library (expand)
2021-11-11T18:13:03.894+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021-11-11T18:13:03.894+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021-11-11T18:13:03.894+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021-11-11T18:13:03.894+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/vsphere\"]" provider configuration from main.tf:1,1-19
2021-11-11T18:13:03.894+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
------
2021-11-11T18:13:03.894+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021-11-11T18:13:03.894+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021-11-11T18:13:03.895+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021-11-11T18:13:03.895+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving vsphere_virtual_machine.vm (expand)
2021-11-11T18:13:03.895+0100 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vm (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.895+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_compute_cluster.cluster (expand)
2021-11-11T18:13:03.895+0100 [DEBUG] ProviderTransformer: "data.vsphere_compute_cluster.cluster (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.895+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_content_library.content_library (expand)
2021-11-11T18:13:03.895+0100 [DEBUG] ProviderTransformer: "data.vsphere_content_library.content_library (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.895+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_datastore.datastore (expand)
2021-11-11T18:13:03.895+0100 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.895+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_datacenter.datacenter (expand)
2021-11-11T18:13:03.895+0100 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.datacenter (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.895+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_resource_pool.pool (expand)
2021-11-11T18:13:03.895+0100 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.895+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_content_library_item.content_library_item (expand)
2021-11-11T18:13:03.895+0100 [DEBUG] ProviderTransformer: "data.vsphere_content_library_item.content_library_item (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.895+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_network.network (expand)
2021-11-11T18:13:03.895+0100 [DEBUG] ProviderTransformer: "data.vsphere_network.network (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.896+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
------
2021-11-11T18:13:03.896+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021-11-11T18:13:03.896+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021-11-11T18:13:03.896+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
------
2021-11-11T18:13:03.896+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021-11-11T18:13:03.896+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021-11-11T18:13:03.896+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021-11-11T18:13:03.896+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to vsphere_virtual_machine.vm (expand)
2021-11-11T18:13:03.896+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_compute_cluster.cluster (expand)
2021-11-11T18:13:03.896+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_content_library.content_library (expand)
2021-11-11T18:13:03.896+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_datacenter.datacenter (expand)
2021-11-11T18:13:03.896+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_resource_pool.pool (expand)
2021-11-11T18:13:03.896+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_datastore.datastore (expand)
2021-11-11T18:13:03.896+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_content_library_item.content_library_item (expand)
2021-11-11T18:13:03.896+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_network.network (expand)
2021-11-11T18:13:03.897+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:03.897+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021-11-11T18:13:03.897+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021-11-11T18:13:03.897+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021-11-11T18:13:03.897+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:03.897+0100 [DEBUG] ReferenceTransformer: "data.vsphere_content_library.content_library (expand)" references: [var.VSPHERE_CONTENT_LIBRARY]
2021-11-11T18:13:03.897+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_SERVER" references: []
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_PASSWORD" references: []
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_VM_DATASTORE" references: []
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter (expand)" references: [var.VSPHERE_DATACENTER]
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool (expand)" references: [data.vsphere_datacenter.datacenter (expand) data.vsphere_compute_cluster.cluster (expand)]
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore (expand)" references: [data.vsphere_datacenter.datacenter (expand) var.VSPHERE_VM_DATASTORE]
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_CONTENT_LIBRARY" references: []
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "data.vsphere_content_library_item.content_library_item (expand)" references: [data.vsphere_content_library.content_library (expand) var.VSPHERE_CONTENT_LIBRARY_OVF]
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "data.vsphere_network.network (expand)" references: [data.vsphere_datacenter.datacenter (expand) var.VSPHERE_NETWORK]
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_USERNAME" references: []
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_NETWORK" references: []
2021-11-11T18:13:03.898+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_CONTENT_LIBRARY_OVF" references: []
2021-11-11T18:13:03.899+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_DATACENTER" references: []
2021-11-11T18:13:03.899+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/vsphere\"]" references: [var.VSPHERE_SERVER var.VSPHERE_USERNAME var.VSPHERE_PASSWORD]
2021-11-11T18:13:03.899+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:03.899+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:03.899+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm (expand)" references: [var.vms data.vsphere_datastore.datastore (expand) data.vsphere_resource_pool.pool (expand) data.vsphere_network.network (expand) data.vsphere_content_library_item.content_library_item (expand)]
2021-11-11T18:13:03.900+0100 [DEBUG] ReferenceTransformer: "data.vsphere_compute_cluster.cluster (expand)" references: [var.VSPHERE_CLUSTER data.vsphere_datacenter.datacenter (expand)]
2021-11-11T18:13:03.900+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_CLUSTER" references: []
2021-11-11T18:13:03.900+0100 [DEBUG] ReferenceTransformer: "var.vms" references: []
2021-11-11T18:13:03.900+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.900+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021-11-11T18:13:03.900+0100 [TRACE] AttachDependenciesTransformer: data.vsphere_datacenter.datacenter depends on []
2021-11-11T18:13:03.900+0100 [TRACE] AttachDependenciesTransformer: data.vsphere_resource_pool.pool depends on [data.vsphere_compute_cluster.cluster data.vsphere_datacenter.datacenter]
2021-11-11T18:13:03.900+0100 [TRACE] AttachDependenciesTransformer: data.vsphere_datastore.datastore depends on [data.vsphere_datacenter.datacenter]
2021-11-11T18:13:03.900+0100 [TRACE] AttachDependenciesTransformer: data.vsphere_content_library_item.content_library_item depends on [data.vsphere_content_library.content_library]
2021-11-11T18:13:03.901+0100 [TRACE] AttachDependenciesTransformer: data.vsphere_network.network depends on [data.vsphere_datacenter.datacenter]
2021-11-11T18:13:03.901+0100 [TRACE] AttachDependenciesTransformer: vsphere_virtual_machine.vm depends on [data.vsphere_compute_cluster.cluster data.vsphere_content_library.content_library data.vsphere_content_library_item.content_library_item data.vsphere_datacenter.datacenter data.vsphere_datastore.datastore data.vsphere_network.network data.vsphere_resource_pool.pool]
2021-11-11T18:13:03.901+0100 [TRACE] AttachDependenciesTransformer: data.vsphere_compute_cluster.cluster depends on [data.vsphere_datacenter.datacenter]
2021-11-11T18:13:03.901+0100 [TRACE] AttachDependenciesTransformer: data.vsphere_content_library.content_library depends on []
2021-11-11T18:13:03.901+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021-11-11T18:13:03.901+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2021-11-11T18:13:03.901+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_network.network depends on []
2021-11-11T18:13:03.901+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_content_library_item.content_library_item depends on []
2021-11-11T18:13:03.902+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_compute_cluster.cluster depends on []
2021-11-11T18:13:03.902+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_content_library.content_library depends on []
2021-11-11T18:13:03.902+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_resource_pool.pool depends on []
2021-11-11T18:13:03.903+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_datastore.datastore depends on []
2021-11-11T18:13:03.903+0100 [TRACE] attachDataDependenciesTransformer: data.vsphere_datacenter.datacenter depends on []
2021-11-11T18:13:03.903+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2021-11-11T18:13:03.903+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:03.903+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:03.903+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021-11-11T18:13:03.903+0100 [TRACE] ForcedCBDTransformer: "vsphere_virtual_machine.vm (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-11-11T18:13:03.903+0100 [TRACE] ForcedCBDTransformer: "data.vsphere_compute_cluster.cluster (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-11-11T18:13:03.903+0100 [TRACE] ForcedCBDTransformer: "data.vsphere_content_library.content_library (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-11-11T18:13:03.903+0100 [TRACE] ForcedCBDTransformer: "data.vsphere_datacenter.datacenter (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-11-11T18:13:03.904+0100 [TRACE] ForcedCBDTransformer: "data.vsphere_resource_pool.pool (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-11-11T18:13:03.904+0100 [TRACE] ForcedCBDTransformer: "data.vsphere_datastore.datastore (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-11-11T18:13:03.904+0100 [TRACE] ForcedCBDTransformer: "data.vsphere_content_library_item.content_library_item (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-11-11T18:13:03.904+0100 [TRACE] ForcedCBDTransformer: "data.vsphere_network.network (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-11-11T18:13:03.904+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021-11-11T18:13:03.904+0100 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021-11-11T18:13:03.904+0100 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.905+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021-11-11T18:13:03.905+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.905+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021-11-11T18:13:03.906+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.906+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021-11-11T18:13:03.906+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandPlannableResource
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandPlannableResource
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandPlannableResource
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandPlannableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandPlannableResource
var.vms - *terraform.NodeRootVariable
------
2021-11-11T18:13:03.906+0100 [DEBUG] Starting graph walk: walkPlan
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_CLUSTER": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_DATACENTER": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_DATACENTER": visit complete
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_USERNAME": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_USERNAME": visit complete
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_PASSWORD": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_PASSWORD": visit complete
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY": visit complete
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_VM_DATASTORE": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_VM_DATASTORE": visit complete
2021-11-11T18:13:03.907+0100 [TRACE] vertex "var.VSPHERE_CLUSTER": visit complete
2021-11-11T18:13:03.908+0100 [TRACE] vertex "var.VSPHERE_SERVER": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.908+0100 [TRACE] vertex "var.VSPHERE_SERVER": visit complete
2021-11-11T18:13:03.908+0100 [TRACE] vertex "var.vms": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.908+0100 [TRACE] vertex "var.vms": visit complete
2021-11-11T18:13:03.908+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY_OVF": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.908+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY_OVF": visit complete
2021-11-11T18:13:03.908+0100 [TRACE] vertex "var.VSPHERE_NETWORK": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:03.908+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"]": starting visit (*terraform.NodeApplyableProvider)
2021-11-11T18:13:03.908+0100 [TRACE] vertex "var.VSPHERE_NETWORK": visit complete
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2021-11-11T18:13:03.908+0100 [DEBUG] created provider logger: level=trace
2021-11-11T18:13:03.908+0100 [INFO] provider: configuring client automatic mTLS
2021-11-11T18:13:03.928+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5]
2021-11-11T18:13:03.937+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=93230
2021-11-11T18:13:03.942+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5
2021-11-11T18:13:03.985+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: configuring server automatic mTLS: timestamp=2021-11-11T18:13:03.984+0100
2021-11-11T18:13:04.087+0100 [DEBUG] provider.terraform-provider-vsphere_v2.0.2_x5: plugin address: address=/var/folders/qj/7yj28bvs4b1gnz1h0tb20fw40000gn/T/plugin787999333 network=unix timestamp=2021-11-11T18:13:04.087+0100
2021-11-11T18:13:04.087+0100 [DEBUG] provider: using plugin: version=5
2021-11-11T18:13:04.146+0100 [TRACE] provider.stdio: waiting for stdio data
2021-11-11T18:13:04.146+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/vsphere\"]" provider for provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:04.147+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/vsphere"]: using explicit config only
2021-11-11T18:13:04.147+0100 [TRACE] GRPCProvider: GetProviderSchema
2021-11-11T18:13:04.159+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2021-11-11T18:13:04.169+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/vsphere\"]" changed the config value, but that value is unused
2021-11-11T18:13:04.169+0100 [TRACE] GRPCProvider: ConfigureProvider
2021-11-11T18:13:04.171+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:04 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary: timestamp=2021-11-11T18:13:04.170+0100
2021-11-11T18:13:04.171+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:04 [DEBUG] Creating new SOAP API session on endpoint cxcto-vcenter1.cisco.com: timestamp=2021-11-11T18:13:04.170+0100
2021-11-11T18:13:05.180+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:05 [DEBUG] SOAP API session creation successful: timestamp=2021-11-11T18:13:05.180+0100
2021-11-11T18:13:05.180+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:05 [DEBUG] VMWare vSphere Client configured for URL: cxcto-vcenter1.cisco.com: timestamp=2021-11-11T18:13:05.180+0100
2021-11-11T18:13:05.180+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:05 [DEBUG] Setting up REST client: timestamp=2021-11-11T18:13:05.180+0100
2021-11-11T18:13:05.961+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:05 [DEBUG] CIS REST client configuration successful: timestamp=2021-11-11T18:13:05.961+0100
2021-11-11T18:13:06.602+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"]": visit complete
2021-11-11T18:13:06.602+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-11-11T18:13:06.602+0100 [TRACE] vertex "data.vsphere_content_library.content_library (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-11-11T18:13:06.602+0100 [TRACE] vertex "data.vsphere_content_library.content_library (expand)": expanding dynamic subgraph
2021-11-11T18:13:06.602+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter (expand)": expanding dynamic subgraph
2021-11-11T18:13:06.602+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter (expand)": entering dynamic subgraph
2021-11-11T18:13:06.603+0100 [TRACE] vertex "data.vsphere_content_library.content_library (expand)": entering dynamic subgraph
2021-11-11T18:13:06.603+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter": starting visit (*terraform.NodePlannableResource)
2021-11-11T18:13:06.603+0100 [TRACE] vertex "data.vsphere_content_library.content_library": starting visit (*terraform.NodePlannableResource)
2021-11-11T18:13:06.603+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter": expanding dynamic subgraph
2021-11-11T18:13:06.603+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-11-11T18:13:06.603+0100 [TRACE] ResourceCountTransformer: adding data.vsphere_datacenter.datacenter as *terraform.NodePlannableResourceInstance
2021-11-11T18:13:06.603+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.vsphere_datacenter.datacenter - *terraform.NodePlannableResourceInstance
------
2021-11-11T18:13:06.603+0100 [TRACE] vertex "data.vsphere_content_library.content_library": expanding dynamic subgraph
2021-11-11T18:13:06.603+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-11-11T18:13:06.603+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-11-11T18:13:06.603+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:06.603+0100 [DEBUG] Resource instance state not found for node "data.vsphere_datacenter.datacenter", instance data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.603+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:06.603+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:06.603+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:06.603+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:06.603+0100 [INFO] ReferenceTransformer: reference not found: "var.VSPHERE_DATACENTER"
2021-11-11T18:13:06.604+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter" references: []
2021-11-11T18:13:06.604+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-11-11T18:13:06.604+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2021-11-11T18:13:06.604+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-11-11T18:13:06.604+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter": entering dynamic subgraph
2021-11-11T18:13:06.604+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-11-11T18:13:06.604+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter": starting visit (*terraform.NodePlannableResourceInstance)
2021-11-11T18:13:06.604+0100 [TRACE] readResourceInstanceState: reading state for data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.604+0100 [TRACE] ResourceCountTransformer: adding data.vsphere_content_library.content_library as *terraform.NodePlannableResourceInstance
2021-11-11T18:13:06.604+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.vsphere_content_library.content_library - *terraform.NodePlannableResourceInstance
------
2021-11-11T18:13:06.604+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-11-11T18:13:06.604+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-11-11T18:13:06.604+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:06.604+0100 [DEBUG] Resource instance state not found for node "data.vsphere_content_library.content_library", instance data.vsphere_content_library.content_library
2021-11-11T18:13:06.604+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:06.604+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:06.604+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:06.604+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:06.604+0100 [INFO] ReferenceTransformer: reference not found: "var.VSPHERE_CONTENT_LIBRARY"
2021-11-11T18:13:06.604+0100 [DEBUG] ReferenceTransformer: "data.vsphere_content_library.content_library" references: []
2021-11-11T18:13:06.605+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-11-11T18:13:06.605+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2021-11-11T18:13:06.605+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-11-11T18:13:06.605+0100 [TRACE] vertex "data.vsphere_content_library.content_library": entering dynamic subgraph
2021-11-11T18:13:06.605+0100 [TRACE] readResourceInstanceState: no state present for data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.605+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.605+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.605+0100 [TRACE] vertex "data.vsphere_content_library.content_library": starting visit (*terraform.NodePlannableResourceInstance)
2021-11-11T18:13:06.605+0100 [TRACE] readResourceInstanceState: reading state for data.vsphere_content_library.content_library
2021-11-11T18:13:06.605+0100 [TRACE] readResourceInstanceState: no state present for data.vsphere_content_library.content_library
2021-11-11T18:13:06.605+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for data.vsphere_content_library.content_library
2021-11-11T18:13:06.605+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for data.vsphere_content_library.content_library
2021-11-11T18:13:06.605+0100 [TRACE] readDataSource: Re-validating config for data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.605+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:06.605+0100 [TRACE] readDataSource: Re-validating config for data.vsphere_content_library.content_library
2021-11-11T18:13:06.605+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:06.606+0100 [TRACE] readDataSource: data.vsphere_content_library.content_library configuration is complete, so reading from provider
2021-11-11T18:13:06.606+0100 [TRACE] GRPCProvider: ReadDataSource
2021-11-11T18:13:06.606+0100 [TRACE] readDataSource: data.vsphere_datacenter.datacenter configuration is complete, so reading from provider
2021-11-11T18:13:06.606+0100 [TRACE] GRPCProvider: ReadDataSource
2021-11-11T18:13:06.606+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:06 [DEBUG] contentlibrary.FromName: Retrieving content library DEV VMs by name: timestamp=2021-11-11T18:13:06.606+0100
2021-11-11T18:13:06.884+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.884+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.884+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.884+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_datacenter.datacenter
2021-11-11T18:13:06.884+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter": visit complete
2021-11-11T18:13:06.884+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter": dynamic subgraph completed successfully
2021-11-11T18:13:06.884+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter": visit complete
2021-11-11T18:13:06.884+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:06.884+0100 [TRACE] vertex "data.vsphere_datacenter.datacenter (expand)": visit complete
2021-11-11T18:13:06.885+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-11-11T18:13:06.885+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": expanding dynamic subgraph
2021-11-11T18:13:06.885+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": entering dynamic subgraph
2021-11-11T18:13:06.885+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-11-11T18:13:06.885+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster (expand)": expanding dynamic subgraph
2021-11-11T18:13:06.885+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster (expand)": entering dynamic subgraph
2021-11-11T18:13:06.885+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster": starting visit (*terraform.NodePlannableResource)
2021-11-11T18:13:06.885+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster": expanding dynamic subgraph
2021-11-11T18:13:06.885+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-11-11T18:13:06.886+0100 [TRACE] ResourceCountTransformer: adding data.vsphere_compute_cluster.cluster as *terraform.NodePlannableResourceInstance
2021-11-11T18:13:06.886+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.vsphere_compute_cluster.cluster - *terraform.NodePlannableResourceInstance
------
2021-11-11T18:13:06.886+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-11-11T18:13:06.886+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-11-11T18:13:06.886+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:06.886+0100 [TRACE] vertex "data.vsphere_network.network (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-11-11T18:13:06.886+0100 [TRACE] vertex "data.vsphere_network.network (expand)": expanding dynamic subgraph
2021-11-11T18:13:06.886+0100 [TRACE] vertex "data.vsphere_datastore.datastore": starting visit (*terraform.NodePlannableResource)
2021-11-11T18:13:06.886+0100 [DEBUG] Resource instance state not found for node "data.vsphere_compute_cluster.cluster", instance data.vsphere_compute_cluster.cluster
2021-11-11T18:13:06.886+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:06.886+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:06.886+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:06.886+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:06.886+0100 [INFO] ReferenceTransformer: reference not found: "var.VSPHERE_CLUSTER"
2021-11-11T18:13:06.886+0100 [DEBUG] ReferenceTransformer: "data.vsphere_compute_cluster.cluster" references: []
2021-11-11T18:13:06.886+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-11-11T18:13:06.886+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2021-11-11T18:13:06.887+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-11-11T18:13:06.887+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster": entering dynamic subgraph
2021-11-11T18:13:06.887+0100 [TRACE] vertex "data.vsphere_datastore.datastore": expanding dynamic subgraph
2021-11-11T18:13:06.887+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster": starting visit (*terraform.NodePlannableResourceInstance)
2021-11-11T18:13:06.887+0100 [TRACE] vertex "data.vsphere_network.network (expand)": entering dynamic subgraph
2021-11-11T18:13:06.887+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-11-11T18:13:06.887+0100 [TRACE] ResourceCountTransformer: adding data.vsphere_datastore.datastore as *terraform.NodePlannableResourceInstance
2021-11-11T18:13:06.887+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.vsphere_datastore.datastore - *terraform.NodePlannableResourceInstance
------
2021-11-11T18:13:06.887+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-11-11T18:13:06.887+0100 [TRACE] readResourceInstanceState: reading state for data.vsphere_compute_cluster.cluster
2021-11-11T18:13:06.887+0100 [TRACE] vertex "data.vsphere_network.network": starting visit (*terraform.NodePlannableResource)
2021-11-11T18:13:06.887+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-11-11T18:13:06.887+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:06.887+0100 [DEBUG] Resource instance state not found for node "data.vsphere_datastore.datastore", instance data.vsphere_datastore.datastore
2021-11-11T18:13:06.887+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:06.888+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:06.888+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:06.888+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:06.888+0100 [INFO] ReferenceTransformer: reference not found: "var.VSPHERE_VM_DATASTORE"
2021-11-11T18:13:06.888+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore" references: []
2021-11-11T18:13:06.888+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-11-11T18:13:06.888+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2021-11-11T18:13:06.888+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-11-11T18:13:06.888+0100 [TRACE] vertex "data.vsphere_datastore.datastore": entering dynamic subgraph
2021-11-11T18:13:06.888+0100 [TRACE] vertex "data.vsphere_network.network": expanding dynamic subgraph
2021-11-11T18:13:06.888+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-11-11T18:13:06.888+0100 [TRACE] ResourceCountTransformer: adding data.vsphere_network.network as *terraform.NodePlannableResourceInstance
2021-11-11T18:13:06.888+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.vsphere_network.network - *terraform.NodePlannableResourceInstance
------
2021-11-11T18:13:06.888+0100 [TRACE] readResourceInstanceState: no state present for data.vsphere_compute_cluster.cluster
2021-11-11T18:13:06.888+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for data.vsphere_compute_cluster.cluster
2021-11-11T18:13:06.888+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for data.vsphere_compute_cluster.cluster
2021-11-11T18:13:06.889+0100 [TRACE] vertex "data.vsphere_datastore.datastore": starting visit (*terraform.NodePlannableResourceInstance)
2021-11-11T18:13:06.889+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-11-11T18:13:06.889+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-11-11T18:13:06.889+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:06.889+0100 [TRACE] readResourceInstanceState: reading state for data.vsphere_datastore.datastore
2021-11-11T18:13:06.889+0100 [DEBUG] Resource instance state not found for node "data.vsphere_network.network", instance data.vsphere_network.network
2021-11-11T18:13:06.889+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:06.889+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:06.889+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:06.889+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:06.889+0100 [INFO] ReferenceTransformer: reference not found: "var.VSPHERE_NETWORK"
2021-11-11T18:13:06.889+0100 [DEBUG] ReferenceTransformer: "data.vsphere_network.network" references: []
2021-11-11T18:13:06.889+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-11-11T18:13:06.889+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2021-11-11T18:13:06.889+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-11-11T18:13:06.889+0100 [TRACE] vertex "data.vsphere_network.network": entering dynamic subgraph
2021-11-11T18:13:06.889+0100 [TRACE] readResourceInstanceState: no state present for data.vsphere_datastore.datastore
2021-11-11T18:13:06.889+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for data.vsphere_datastore.datastore
2021-11-11T18:13:06.889+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for data.vsphere_datastore.datastore
2021-11-11T18:13:06.889+0100 [TRACE] readDataSource: Re-validating config for data.vsphere_compute_cluster.cluster
2021-11-11T18:13:06.889+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:06.890+0100 [TRACE] vertex "data.vsphere_network.network": starting visit (*terraform.NodePlannableResourceInstance)
2021-11-11T18:13:06.890+0100 [TRACE] readResourceInstanceState: reading state for data.vsphere_network.network
2021-11-11T18:13:06.890+0100 [TRACE] readResourceInstanceState: no state present for data.vsphere_network.network
2021-11-11T18:13:06.890+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for data.vsphere_network.network
2021-11-11T18:13:06.890+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for data.vsphere_network.network
2021-11-11T18:13:06.890+0100 [TRACE] readDataSource: Re-validating config for data.vsphere_datastore.datastore
2021-11-11T18:13:06.890+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:06.891+0100 [TRACE] readDataSource: Re-validating config for data.vsphere_network.network
2021-11-11T18:13:06.891+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:06.893+0100 [TRACE] readDataSource: data.vsphere_compute_cluster.cluster configuration is complete, so reading from provider
2021-11-11T18:13:06.893+0100 [TRACE] GRPCProvider: ReadDataSource
2021-11-11T18:13:06.893+0100 [TRACE] readDataSource: data.vsphere_datastore.datastore configuration is complete, so reading from provider
2021-11-11T18:13:06.893+0100 [TRACE] GRPCProvider: ReadDataSource
2021-11-11T18:13:06.893+0100 [TRACE] readDataSource: data.vsphere_network.network configuration is complete, so reading from provider
2021-11-11T18:13:06.893+0100 [TRACE] GRPCProvider: ReadDataSource
2021-11-11T18:13:07.032+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:07 [DEBUG] Looking for cluster "Production Cluster" in datacenter "/CXCTO-RTP10-3": timestamp=2021-11-11T18:13:07.032+0100
2021-11-11T18:13:07.032+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:07 [DEBUG] Attempting to locate compute cluster "Production Cluster" in datacenter "/CXCTO-RTP10-3": timestamp=2021-11-11T18:13:07.032+0100
2021-11-11T18:13:07.450+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:07 [DEBUG] contentlibrary.FromName: Successfully retrieved content library DEV VMs: timestamp=2021-11-11T18:13:07.450+0100
2021-11-11T18:13:07.450+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for data.vsphere_content_library.content_library
2021-11-11T18:13:07.450+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_content_library.content_library
2021-11-11T18:13:07.451+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.vsphere_content_library.content_library
2021-11-11T18:13:07.451+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_content_library.content_library
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library.content_library": visit complete
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library.content_library": dynamic subgraph completed successfully
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library.content_library": visit complete
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library.content_library (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library.content_library (expand)": visit complete
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": expanding dynamic subgraph
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": entering dynamic subgraph
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": starting visit (*terraform.NodePlannableResource)
2021-11-11T18:13:07.451+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": expanding dynamic subgraph
2021-11-11T18:13:07.451+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-11-11T18:13:07.451+0100 [TRACE] ResourceCountTransformer: adding data.vsphere_content_library_item.content_library_item as *terraform.NodePlannableResourceInstance
2021-11-11T18:13:07.451+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.vsphere_content_library_item.content_library_item - *terraform.NodePlannableResourceInstance
------
2021-11-11T18:13:07.452+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-11-11T18:13:07.452+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-11-11T18:13:07.452+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:07.452+0100 [DEBUG] Resource instance state not found for node "data.vsphere_content_library_item.content_library_item", instance data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.452+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:07.452+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:07.452+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:07.452+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:07.452+0100 [INFO] ReferenceTransformer: reference not found: "var.VSPHERE_CONTENT_LIBRARY_OVF"
2021-11-11T18:13:07.452+0100 [DEBUG] ReferenceTransformer: "data.vsphere_content_library_item.content_library_item" references: []
2021-11-11T18:13:07.452+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-11-11T18:13:07.452+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2021-11-11T18:13:07.452+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-11-11T18:13:07.453+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": entering dynamic subgraph
2021-11-11T18:13:07.453+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": starting visit (*terraform.NodePlannableResourceInstance)
2021-11-11T18:13:07.453+0100 [TRACE] readResourceInstanceState: reading state for data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.453+0100 [TRACE] readResourceInstanceState: no state present for data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.453+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.453+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.454+0100 [TRACE] readDataSource: Re-validating config for data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.454+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:07.456+0100 [TRACE] readDataSource: data.vsphere_content_library_item.content_library_item configuration is complete, so reading from provider
2021-11-11T18:13:07.456+0100 [TRACE] GRPCProvider: ReadDataSource
2021-11-11T18:13:07.456+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:07 [DEBUG] contentlibrary.FromID: Retrieving content library f2e515c9-5946-4031-9f3a-3d91c9b874b5 by ID: timestamp=2021-11-11T18:13:07.456+0100
2021-11-11T18:13:07.599+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:07 [DEBUG] contentlibrary.FromID: Successfully retrieved content library f2e515c9-5946-4031-9f3a-3d91c9b874b5: timestamp=2021-11-11T18:13:07.599+0100
2021-11-11T18:13:07.599+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:07 [DEBUG] contentlibrary.ItemFromName: Retrieving library item dev_vm_server.: timestamp=2021-11-11T18:13:07.599+0100
2021-11-11T18:13:07.972+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.972+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.972+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:07 [DEBUG] contentlibrary.ItemFromName: Library item dev_vm_server retrieved successfully: timestamp=2021-11-11T18:13:07.971+0100
2021-11-11T18:13:07.972+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.972+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_content_library_item.content_library_item
2021-11-11T18:13:07.973+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": visit complete
2021-11-11T18:13:07.973+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": dynamic subgraph completed successfully
2021-11-11T18:13:07.973+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": visit complete
2021-11-11T18:13:07.973+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:07.973+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": visit complete
2021-11-11T18:13:08.110+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for data.vsphere_network.network
2021-11-11T18:13:08.110+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_network.network
2021-11-11T18:13:08.110+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.vsphere_network.network
2021-11-11T18:13:08.110+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_network.network
2021-11-11T18:13:08.110+0100 [TRACE] vertex "data.vsphere_network.network": visit complete
2021-11-11T18:13:08.110+0100 [TRACE] vertex "data.vsphere_network.network": dynamic subgraph completed successfully
2021-11-11T18:13:08.110+0100 [TRACE] vertex "data.vsphere_network.network": visit complete
2021-11-11T18:13:08.110+0100 [TRACE] vertex "data.vsphere_network.network (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:08.111+0100 [TRACE] vertex "data.vsphere_network.network (expand)": visit complete
2021-11-11T18:13:08.145+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for data.vsphere_compute_cluster.cluster
2021-11-11T18:13:08.145+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_compute_cluster.cluster
2021-11-11T18:13:08.145+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.vsphere_compute_cluster.cluster
2021-11-11T18:13:08.145+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_compute_cluster.cluster
2021-11-11T18:13:08.145+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster": visit complete
2021-11-11T18:13:08.145+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster": dynamic subgraph completed successfully
2021-11-11T18:13:08.145+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster": visit complete
2021-11-11T18:13:08.145+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:08.145+0100 [TRACE] vertex "data.vsphere_compute_cluster.cluster (expand)": visit complete
2021-11-11T18:13:08.145+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-11-11T18:13:08.145+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": expanding dynamic subgraph
2021-11-11T18:13:08.145+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": entering dynamic subgraph
2021-11-11T18:13:08.146+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": starting visit (*terraform.NodePlannableResource)
2021-11-11T18:13:08.146+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": expanding dynamic subgraph
2021-11-11T18:13:08.146+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-11-11T18:13:08.146+0100 [TRACE] ResourceCountTransformer: adding data.vsphere_resource_pool.pool as *terraform.NodePlannableResourceInstance
2021-11-11T18:13:08.146+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.vsphere_resource_pool.pool - *terraform.NodePlannableResourceInstance
------
2021-11-11T18:13:08.146+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-11-11T18:13:08.146+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-11-11T18:13:08.146+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:08.146+0100 [DEBUG] Resource instance state not found for node "data.vsphere_resource_pool.pool", instance data.vsphere_resource_pool.pool
2021-11-11T18:13:08.146+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:08.146+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:08.146+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:08.146+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:08.146+0100 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool" references: []
2021-11-11T18:13:08.146+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-11-11T18:13:08.146+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2021-11-11T18:13:08.146+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-11-11T18:13:08.146+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": entering dynamic subgraph
2021-11-11T18:13:08.146+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": starting visit (*terraform.NodePlannableResourceInstance)
2021-11-11T18:13:08.146+0100 [TRACE] readResourceInstanceState: reading state for data.vsphere_resource_pool.pool
2021-11-11T18:13:08.146+0100 [TRACE] readResourceInstanceState: no state present for data.vsphere_resource_pool.pool
2021-11-11T18:13:08.147+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for data.vsphere_resource_pool.pool
2021-11-11T18:13:08.147+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for data.vsphere_resource_pool.pool
2021-11-11T18:13:08.147+0100 [TRACE] readDataSource: Re-validating config for data.vsphere_resource_pool.pool
2021-11-11T18:13:08.147+0100 [TRACE] GRPCProvider: ValidateDataResourceConfig
2021-11-11T18:13:08.148+0100 [TRACE] readDataSource: data.vsphere_resource_pool.pool configuration is complete, so reading from provider
2021-11-11T18:13:08.148+0100 [TRACE] GRPCProvider: ReadDataSource
2021-11-11T18:13:08.834+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for data.vsphere_resource_pool.pool
2021-11-11T18:13:08.835+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_resource_pool.pool
2021-11-11T18:13:08.835+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.vsphere_resource_pool.pool
2021-11-11T18:13:08.835+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_resource_pool.pool
2021-11-11T18:13:08.835+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": visit complete
2021-11-11T18:13:08.835+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": dynamic subgraph completed successfully
2021-11-11T18:13:08.835+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": visit complete
2021-11-11T18:13:08.835+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:08.835+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": visit complete
2021-11-11T18:13:08.907+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm (expand)"
2021-11-11T18:13:08.907+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:13:08.907+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm (expand)"
2021-11-11T18:13:09.069+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for data.vsphere_datastore.datastore
2021-11-11T18:13:09.070+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_datastore.datastore
2021-11-11T18:13:09.070+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.vsphere_datastore.datastore
2021-11-11T18:13:09.070+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.vsphere_datastore.datastore
2021-11-11T18:13:09.070+0100 [TRACE] vertex "data.vsphere_datastore.datastore": visit complete
2021-11-11T18:13:09.070+0100 [TRACE] vertex "data.vsphere_datastore.datastore": dynamic subgraph completed successfully
2021-11-11T18:13:09.070+0100 [TRACE] vertex "data.vsphere_datastore.datastore": visit complete
2021-11-11T18:13:09.070+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:09.070+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": visit complete
2021-11-11T18:13:09.070+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-11-11T18:13:09.070+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": expanding dynamic subgraph
2021-11-11T18:13:09.070+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": entering dynamic subgraph
2021-11-11T18:13:09.070+0100 [TRACE] vertex "vsphere_virtual_machine.vm": starting visit (*terraform.NodePlannableResource)
2021-11-11T18:13:09.071+0100 [TRACE] vertex "vsphere_virtual_machine.vm": expanding dynamic subgraph
2021-11-11T18:13:09.071+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-11-11T18:13:09.071+0100 [TRACE] ResourceCountTransformer: adding vsphere_virtual_machine.vm["dev_vm"] as *terraform.NodePlannableResourceInstance
2021-11-11T18:13:09.071+0100 [TRACE] ResourceCountTransformer: adding vsphere_virtual_machine.vm["k8s_vm"] as *terraform.NodePlannableResourceInstance
2021-11-11T18:13:09.071+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodePlannableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodePlannableResourceInstance
------
2021-11-11T18:13:09.071+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-11-11T18:13:09.071+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-11-11T18:13:09.071+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:09.071+0100 [DEBUG] Resource instance state not found for node "vsphere_virtual_machine.vm[\"k8s_vm\"]", instance vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.071+0100 [DEBUG] Resource instance state not found for node "vsphere_virtual_machine.vm[\"dev_vm\"]", instance vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.071+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:09.071+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:09.071+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:09.071+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:09.072+0100 [INFO] ReferenceTransformer: reference not found: "var.vms"
2021-11-11T18:13:09.072+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:09.072+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:09.072+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm[\"dev_vm\"]" references: []
2021-11-11T18:13:09.072+0100 [INFO] ReferenceTransformer: reference not found: "var.vms"
2021-11-11T18:13:09.072+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:09.072+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:09.072+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm[\"k8s_vm\"]" references: []
2021-11-11T18:13:09.072+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-11-11T18:13:09.072+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2021-11-11T18:13:09.072+0100 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
root - terraform.graphNodeRoot
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodePlannableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodePlannableResourceInstance
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodePlannableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodePlannableResourceInstance
------
2021-11-11T18:13:09.072+0100 [TRACE] vertex "vsphere_virtual_machine.vm": entering dynamic subgraph
2021-11-11T18:13:09.073+0100 [TRACE] vertex "vsphere_virtual_machine.vm[\"k8s_vm\"]": starting visit (*terraform.NodePlannableResourceInstance)
2021-11-11T18:13:09.073+0100 [TRACE] vertex "vsphere_virtual_machine.vm[\"dev_vm\"]": starting visit (*terraform.NodePlannableResourceInstance)
2021-11-11T18:13:09.073+0100 [TRACE] readResourceInstanceState: reading state for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] readResourceInstanceState: no state present for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] readResourceInstanceState: reading state for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] readResourceInstanceState: no state present for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResourceInstance.refresh for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.073+0100 [DEBUG] refresh: vsphere_virtual_machine.vm["dev_vm"]: no state, so not refreshing
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.073+0100 [TRACE] NodeAbstractResourceInstance.refresh for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.074+0100 [DEBUG] refresh: vsphere_virtual_machine.vm["k8s_vm"]: no state, so not refreshing
2021-11-11T18:13:09.074+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.074+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.075+0100 [TRACE] Re-validating config for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:13:09.075+0100 [TRACE] Re-validating config for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:13:09.075+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2021-11-11T18:13:09.075+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2021-11-11T18:13:09.077+0100 [TRACE] GRPCProvider: PlanResourceChange
2021-11-11T18:13:09.077+0100 [TRACE] GRPCProvider: PlanResourceChange
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] network_interface.0 (key 0 at <new device>): Beginning diff validation: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] network_interface.0 (key 0 at <new device>): Diff validation complete: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] network_interface.0 (key 0 at <new device>): Beginning diff validation: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] network_interface.0 (key 0 at <new device>): Diff validation complete: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] vsphere_virtual_machine (ID = <new resource>): resource_pool_id modified without change to host_system_id, marking as computed: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] vsphere_virtual_machine (ID = <new resource>): resource_pool_id modified without change to host_system_id, marking as computed: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: Beginning disk diff customization: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.087+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: Beginning disk diff customization: timestamp=2021-11-11T18:13:09.087+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: Beginning collective diff validation (indexes aligned to new config): timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: Beginning collective diff validation (indexes aligned to new config): timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Beginning diff validation: timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Diff validation complete: timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Beginning diff validation: timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: Beginning diff validation and normalization (indexes aligned to old state): timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: New resource set post-normalization: (key 0 at <new device>): timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: Disk diff customization complete, sending new diff: timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Diff validation complete: timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: Beginning diff validation and normalization (indexes aligned to old state): timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: New resource set post-normalization: (key 0 at <new device>): timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] DiskDiffOperation: Disk diff customization complete, sending new diff: timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.088+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] contentlibrary.IsContentLibrary: Checking if 9624bb3b-d044-403f-8c23-11fe6159b0bd is a content library source: timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.089+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 9624bb3b-d044-403f-8c23-11fe6159b0bd: timestamp=2021-11-11T18:13:09.088+0100
2021-11-11T18:13:09.089+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] contentlibrary.IsContentLibrary: Checking if 9624bb3b-d044-403f-8c23-11fe6159b0bd is a content library source: timestamp=2021-11-11T18:13:09.089+0100
2021-11-11T18:13:09.089+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 9624bb3b-d044-403f-8c23-11fe6159b0bd: timestamp=2021-11-11T18:13:09.089+0100
2021-11-11T18:13:09.238+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] contentlibrary.ItemFromID: Library item 9624bb3b-d044-403f-8c23-11fe6159b0bd retrieved successfully: timestamp=2021-11-11T18:13:09.238+0100
2021-11-11T18:13:09.238+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport: timestamp=2021-11-11T18:13:09.238+0100
2021-11-11T18:13:09.238+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist: timestamp=2021-11-11T18:13:09.238+0100
2021-11-11T18:13:09.238+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete: timestamp=2021-11-11T18:13:09.238+0100
2021-11-11T18:13:09.246+0100 [WARN] Provider "registry.terraform.io/hashicorp/vsphere" produced an invalid plan for vsphere_virtual_machine.vm["k8s_vm"], 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:
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") for a non-computed attribute
- .sata_controller_count: 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
- .scsi_controller_count: planned value cty.NumberIntVal(1) for a non-computed attribute
- .firmware: planned value cty.StringVal("bios") for a non-computed attribute
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) for a non-computed attribute
- .run_tools_scripts_before_guest_shutdown: planned value cty.True for a non-computed attribute
- .scsi_type: planned value cty.StringVal("pvscsi") for a non-computed attribute
- .ept_rvi_mode: planned value cty.StringVal("automatic") 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_standby: planned value cty.True for a non-computed attribute
- .wait_for_guest_net_routable: planned value cty.True for a non-computed attribute
- .cpu_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .poweron_timeout: planned value cty.NumberIntVal(300) for a non-computed attribute
- .memory_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .swap_placement_policy: planned value cty.StringVal("inherit") 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
- .run_tools_scripts_after_resume: planned value cty.True for a non-computed attribute
- .run_tools_scripts_after_power_on: 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_ip_timeout: planned value cty.NumberIntVal(0) 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
- .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].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_level: planned value cty.StringVal("normal") for a non-computed attribute
- .disk[0].unit_number: 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].write_through: 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_share_count: planned value cty.NumberIntVal(0) 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].io_reservation: planned value cty.NumberIntVal(0) for a non-computed attribute
- .disk[0].keep_on_remove: planned value cty.False 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
- .network_interface[0].bandwidth_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
2021-11-11T18:13:09.246+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.246+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.248+0100 [TRACE] writeChange: recorded Create change for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:09.248+0100 [TRACE] vertex "vsphere_virtual_machine.vm[\"k8s_vm\"]": visit complete
2021-11-11T18:13:09.382+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] contentlibrary.ItemFromID: Library item 9624bb3b-d044-403f-8c23-11fe6159b0bd retrieved successfully: timestamp=2021-11-11T18:13:09.382+0100
2021-11-11T18:13:09.383+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport: timestamp=2021-11-11T18:13:09.383+0100
2021-11-11T18:13:09.383+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist: timestamp=2021-11-11T18:13:09.383+0100
2021-11-11T18:13:09.383+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:09 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete: timestamp=2021-11-11T18:13:09.383+0100
2021-11-11T18:13:09.388+0100 [WARN] Provider "registry.terraform.io/hashicorp/vsphere" produced an invalid plan for vsphere_virtual_machine.vm["dev_vm"], 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:
- .scsi_controller_count: planned value cty.NumberIntVal(1) for a non-computed attribute
- .firmware: planned value cty.StringVal("bios") for a non-computed attribute
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) for a non-computed attribute
- .run_tools_scripts_before_guest_shutdown: planned value cty.True for a non-computed attribute
- .scsi_type: planned value cty.StringVal("pvscsi") for a non-computed attribute
- .force_power_off: planned value cty.True for a non-computed attribute
- .ept_rvi_mode: planned value cty.StringVal("automatic") for a non-computed attribute
- .run_tools_scripts_before_guest_standby: planned value cty.True for a non-computed attribute
- .latency_sensitivity: planned value cty.StringVal("normal") for a non-computed attribute
- .wait_for_guest_net_routable: planned value cty.True for a non-computed attribute
- .poweron_timeout: planned value cty.NumberIntVal(300) for a non-computed attribute
- .cpu_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .memory_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .swap_placement_policy: planned value cty.StringVal("inherit") for a non-computed attribute
- .cpu_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .run_tools_scripts_after_resume: planned value cty.True for a non-computed attribute
- .boot_retry_delay: planned value cty.NumberIntVal(10000) for a non-computed attribute
- .run_tools_scripts_after_power_on: 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_ip_timeout: planned value cty.NumberIntVal(0) 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_bus_sharing: planned value cty.StringVal("noSharing") for a non-computed attribute
- .sata_controller_count: 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
- .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].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_level: planned value cty.StringVal("normal") for a non-computed attribute
- .disk[0].unit_number: 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].write_through: 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_share_count: planned value cty.NumberIntVal(0) 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].io_reservation: planned value cty.NumberIntVal(0) for a non-computed attribute
- .disk[0].keep_on_remove: planned value cty.False 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
- .network_interface[0].bandwidth_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
2021-11-11T18:13:09.388+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.388+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.392+0100 [TRACE] writeChange: recorded Create change for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:09.392+0100 [TRACE] vertex "vsphere_virtual_machine.vm[\"dev_vm\"]": visit complete
2021-11-11T18:13:09.392+0100 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2021-11-11T18:13:09.392+0100 [TRACE] vertex "root": visit complete
2021-11-11T18:13:09.392+0100 [TRACE] vertex "vsphere_virtual_machine.vm": dynamic subgraph completed successfully
2021-11-11T18:13:09.392+0100 [TRACE] vertex "vsphere_virtual_machine.vm": visit complete
2021-11-11T18:13:09.392+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:09.392+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": visit complete
2021-11-11T18:13:09.393+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2021-11-11T18:13:09.393+0100 [TRACE] GRPCProvider: Close
2021-11-11T18:13:09.393+0100 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2021-11-11T18:13:09.393+0100 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2021-11-11T18:13:09.394+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-11T18:13:09.535+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=93230
2021-11-11T18:13:09.535+0100 [DEBUG] provider: plugin exited
2021-11-11T18:13:09.535+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)": visit complete
2021-11-11T18:13:09.536+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2021-11-11T18:13:09.536+0100 [TRACE] vertex "root": visit complete
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:
# vsphere_virtual_machine.vm["dev_vm"] 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-5134"
+ default_ip_address = (known after apply)
+ ept_rvi_mode = "automatic"
+ firmware = "bios"
+ force_power_off = true
+ guest_id = (known after apply)
+ 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 = "dev_vm"
+ num_cores_per_socket = 1
+ num_cpus = 2
+ poweron_timeout = 300
+ reboot_required = (known after apply)
+ resource_pool_id = "resgroup-1016"
+ 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 = "9624bb3b-d044-403f-8c23-11fe6159b0bd"
+ timeout = 30
+ customize {
+ timeout = 10
+ linux_options {
+ domain = "localhost.domain"
+ host_name = "dev_vm"
+ hw_clock_utc = true
}
+ network_interface {}
}
}
+ 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 = "disk0"
+ path = (known after apply)
+ size = 50
+ 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 = "dvportgroup-4035"
}
}
# vsphere_virtual_machine.vm["k8s_vm"] 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-5134"
+ default_ip_address = (known after apply)
+ ept_rvi_mode = "automatic"
+ firmware = "bios"
+ force_power_off = true
+ guest_id = (known after apply)
+ 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 = "k8s_vm"
+ num_cores_per_socket = 1
+ num_cpus = 2
+ poweron_timeout = 300
+ reboot_required = (known after apply)
+ resource_pool_id = "resgroup-1016"
+ 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 = "9624bb3b-d044-403f-8c23-11fe6159b0bd"
+ timeout = 30
+ customize {
+ timeout = 10
+ linux_options {
+ domain = "localhost.domain"
+ host_name = "k8s_vm"
+ hw_clock_utc = true
}
+ network_interface {}
}
}
+ 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 = "disk0"
+ path = (known after apply)
+ size = 50
+ 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 = "dvportgroup-4035"
}
}
Plan: 2 to add, 0 to change, 0 to destroy.
2021-11-11T18:13:09.581+0100 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2021-11-11T18:13:23.406+0100 [INFO] backend/local: apply calling Apply
2021-11-11T18:13:23.406+0100 [INFO] terraform: building graph: GraphTypeApply
2021-11-11T18:13:23.406+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021-11-11T18:13:23.406+0100 [TRACE] ConfigTransformer: Starting for path:
2021-11-11T18:13:23.406+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.407+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021-11-11T18:13:23.407+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.407+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021-11-11T18:13:23.407+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021-11-11T18:13:23.407+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2021-11-11T18:13:23.407+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021-11-11T18:13:23.407+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2021-11-11T18:13:23.407+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021-11-11T18:13:23.407+0100 [TRACE] Executing graph transform *terraform.DiffTransformer
2021-11-11T18:13:23.407+0100 [TRACE] DiffTransformer starting
2021-11-11T18:13:23.407+0100 [TRACE] DiffTransformer: found Create change for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:23.407+0100 [TRACE] DiffTransformer: vsphere_virtual_machine.vm["k8s_vm"] will be represented by vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:23.407+0100 [TRACE] DiffTransformer: found Create change for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:23.407+0100 [TRACE] DiffTransformer: vsphere_virtual_machine.vm["dev_vm"] will be represented by vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:23.407+0100 [TRACE] DiffTransformer complete
2021-11-11T18:13:23.407+0100 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.408+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-11-11T18:13:23.408+0100 [DEBUG] Resource state not found for node "vsphere_virtual_machine.vm[\"k8s_vm\"]", instance vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:23.408+0100 [DEBUG] Resource state not found for node "vsphere_virtual_machine.vm[\"dev_vm\"]", instance vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:23.408+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-11-11T18:13:23.408+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021-11-11T18:13:23.408+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021-11-11T18:13:23.408+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_resource_pool.pool (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:22, Column:1, Byte:538}, End:hcl.Pos{Line:22, Column:36, Byte:573}}
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_resource_pool.pool (expand)
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_content_library.content_library (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:32, Column:1, Byte:866}, End:hcl.Pos{Line:32, Column:49, Byte:914}}
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_content_library.content_library (expand)
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching to "vsphere_virtual_machine.vm[\"dev_vm\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:42,1-40
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_datastore.datastore (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:27, Column:1, Byte:725}, End:hcl.Pos{Line:27, Column:37, Byte:761}}
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_datastore.datastore (expand)
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_content_library_item.content_library_item (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:36, Column:1, Byte:957}, End:hcl.Pos{Line:36, Column:59, Byte:1015}}
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_content_library_item.content_library_item (expand)
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_network.network (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:12, Column:1, Byte:266}, End:hcl.Pos{Line:12, Column:33, Byte:298}}
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_network.network (expand)
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching to "vsphere_virtual_machine.vm[\"k8s_vm\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:42,1-40
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:23.408+0100 [TRACE] AttachResourceConfigTransformer: attaching to "vsphere_virtual_machine.vm (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:42,1-40
2021-11-11T18:13:23.409+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to vsphere_virtual_machine.vm (expand)
2021-11-11T18:13:23.409+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_datacenter.datacenter (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:8, Column:1, Byte:190}, End:hcl.Pos{Line:8, Column:39, Byte:228}}
2021-11-11T18:13:23.409+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_datacenter.datacenter (expand)
2021-11-11T18:13:23.409+0100 [TRACE] AttachResourceConfigTransformer: attaching to "data.vsphere_compute_cluster.cluster (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:17, Column:1, Byte:398}, End:hcl.Pos{Line:17, Column:41, Byte:438}}
2021-11-11T18:13:23.409+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.vsphere_compute_cluster.cluster (expand)
2021-11-11T18:13:23.409+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021-11-11T18:13:23.409+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021-11-11T18:13:23.409+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021-11-11T18:13:23.409+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/vsphere\"]" provider configuration from main.tf:1,1-19
2021-11-11T18:13:23.409+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.409+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021-11-11T18:13:23.409+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021-11-11T18:13:23.409+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021-11-11T18:13:23.409+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_compute_cluster.cluster (expand)
2021-11-11T18:13:23.409+0100 [DEBUG] ProviderTransformer: "data.vsphere_compute_cluster.cluster (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.409+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_content_library.content_library (expand)
2021-11-11T18:13:23.409+0100 [DEBUG] ProviderTransformer: "data.vsphere_content_library.content_library (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.409+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:23.409+0100 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vm[\"k8s_vm\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.409+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:23.409+0100 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vm[\"dev_vm\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.410+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_datastore.datastore (expand)
2021-11-11T18:13:23.410+0100 [DEBUG] ProviderTransformer: "data.vsphere_datastore.datastore (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.410+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_content_library_item.content_library_item (expand)
2021-11-11T18:13:23.410+0100 [DEBUG] ProviderTransformer: "data.vsphere_content_library_item.content_library_item (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.410+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_network.network (expand)
2021-11-11T18:13:23.410+0100 [DEBUG] ProviderTransformer: "data.vsphere_network.network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.410+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving vsphere_virtual_machine.vm (expand)
2021-11-11T18:13:23.410+0100 [DEBUG] ProviderTransformer: "vsphere_virtual_machine.vm (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.410+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_datacenter.datacenter (expand)
2021-11-11T18:13:23.410+0100 [DEBUG] ProviderTransformer: "data.vsphere_datacenter.datacenter (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.410+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/vsphere"] serving data.vsphere_resource_pool.pool (expand)
2021-11-11T18:13:23.410+0100 [DEBUG] ProviderTransformer: "data.vsphere_resource_pool.pool (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.410+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.410+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021-11-11T18:13:23.410+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021-11-11T18:13:23.410+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.410+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021-11-11T18:13:23.411+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021-11-11T18:13:23.411+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_resource_pool.pool (expand)
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_content_library.content_library (expand)
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_datastore.datastore (expand)
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_content_library_item.content_library_item (expand)
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_network.network (expand)
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to vsphere_virtual_machine.vm (expand)
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_datacenter.datacenter (expand)
2021-11-11T18:13:23.411+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to data.vsphere_compute_cluster.cluster (expand)
2021-11-11T18:13:23.411+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021-11-11T18:13:23.411+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021-11-11T18:13:23.411+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021-11-11T18:13:23.411+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-11-11T18:13:23.411+0100 [DEBUG] ReferenceTransformer: "data.vsphere_content_library.content_library (expand)" references: []
2021-11-11T18:13:23.412+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_DATACENTER" references: []
2021-11-11T18:13:23.412+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_VM_DATASTORE" references: []
2021-11-11T18:13:23.418+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:23.418+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:23.418+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm[\"dev_vm\"]" references: [var.vms data.vsphere_resource_pool.pool (expand) data.vsphere_datastore.datastore (expand) data.vsphere_network.network (expand) data.vsphere_content_library_item.content_library_item (expand)]
2021-11-11T18:13:23.418+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/vsphere\"]" references: [var.VSPHERE_SERVER var.VSPHERE_PASSWORD var.VSPHERE_USERNAME]
2021-11-11T18:13:23.418+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datastore.datastore (expand)" references: []
2021-11-11T18:13:23.418+0100 [DEBUG] ReferenceTransformer: "data.vsphere_content_library_item.content_library_item (expand)" references: []
2021-11-11T18:13:23.418+0100 [DEBUG] ReferenceTransformer: "data.vsphere_network.network (expand)" references: []
2021-11-11T18:13:23.418+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_CONTENT_LIBRARY_OVF" references: []
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "var.vms" references: []
2021-11-11T18:13:23.419+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:23.419+0100 [INFO] ReferenceTransformer: reference not found: "each.key"
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm[\"k8s_vm\"]" references: [var.vms data.vsphere_resource_pool.pool (expand) data.vsphere_datastore.datastore (expand) data.vsphere_network.network (expand) data.vsphere_content_library_item.content_library_item (expand)]
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.vm (expand)" references: [var.vms]
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "data.vsphere_datacenter.datacenter (expand)" references: []
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "data.vsphere_compute_cluster.cluster (expand)" references: []
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_NETWORK" references: []
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_SERVER" references: []
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "data.vsphere_resource_pool.pool (expand)" references: []
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_PASSWORD" references: []
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_CLUSTER" references: []
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_CONTENT_LIBRARY" references: []
2021-11-11T18:13:23.419+0100 [DEBUG] ReferenceTransformer: "var.VSPHERE_USERNAME" references: []
2021-11-11T18:13:23.419+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.vsphere_compute_cluster.cluster (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library.content_library (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datacenter.datacenter (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.419+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021-11-11T18:13:23.420+0100 [TRACE] AttachDependenciesTransformer: vsphere_virtual_machine.vm depends on [data.vsphere_content_library_item.content_library_item data.vsphere_datastore.datastore data.vsphere_network.network data.vsphere_resource_pool.pool]
2021-11-11T18:13:23.420+0100 [TRACE] AttachDependenciesTransformer: vsphere_virtual_machine.vm depends on [data.vsphere_content_library_item.content_library_item data.vsphere_datastore.datastore data.vsphere_network.network data.vsphere_resource_pool.pool]
2021-11-11T18:13:23.420+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021-11-11T18:13:23.420+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021-11-11T18:13:23.420+0100 [TRACE] ForcedCBDTransformer: "vsphere_virtual_machine.vm[\"dev_vm\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2021-11-11T18:13:23.420+0100 [TRACE] ForcedCBDTransformer: "vsphere_virtual_machine.vm[\"k8s_vm\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2021-11-11T18:13:23.420+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021-11-11T18:13:23.420+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2021-11-11T18:13:23.420+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2021-11-11T18:13:23.420+0100 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2021-11-11T18:13:23.420+0100 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2021-11-11T18:13:23.420+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2021-11-11T18:13:23.420+0100 [DEBUG] pruneUnusedNodes: data.vsphere_datacenter.datacenter (expand) is no longer needed, removing
2021-11-11T18:13:23.420+0100 [DEBUG] pruneUnusedNodes: data.vsphere_compute_cluster.cluster (expand) is no longer needed, removing
2021-11-11T18:13:23.420+0100 [DEBUG] pruneUnusedNodes: data.vsphere_content_library.content_library (expand) is no longer needed, removing
2021-11-11T18:13:23.420+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer with new graph:
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.420+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-11-11T18:13:23.421+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-11-11T18:13:23.421+0100 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021-11-11T18:13:23.421+0100 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.421+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021-11-11T18:13:23.421+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.421+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021-11-11T18:13:23.421+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.421+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021-11-11T18:13:23.421+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/vsphere"] (close) - *terraform.graphNodeCloseProvider
var.VSPHERE_CLUSTER - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY - *terraform.NodeRootVariable
var.VSPHERE_CONTENT_LIBRARY_OVF - *terraform.NodeRootVariable
var.VSPHERE_DATACENTER - *terraform.NodeRootVariable
var.VSPHERE_NETWORK - *terraform.NodeRootVariable
var.VSPHERE_PASSWORD - *terraform.NodeRootVariable
var.VSPHERE_SERVER - *terraform.NodeRootVariable
var.VSPHERE_USERNAME - *terraform.NodeRootVariable
var.VSPHERE_VM_DATASTORE - *terraform.NodeRootVariable
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/vsphere"] - *terraform.NodeApplyableProvider
var.vms - *terraform.NodeRootVariable
vsphere_virtual_machine.vm["dev_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm["k8s_vm"] - *terraform.NodeApplyableResourceInstance
data.vsphere_content_library_item.content_library_item (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_datastore.datastore (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_network.network (expand) - *terraform.nodeExpandApplyableResource
data.vsphere_resource_pool.pool (expand) - *terraform.nodeExpandApplyableResource
vsphere_virtual_machine.vm (expand) - *terraform.nodeExpandApplyableResource
------
2021-11-11T18:13:23.421+0100 [DEBUG] Starting graph walk: walkApply
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_CLUSTER": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_CLUSTER": visit complete
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY_OVF": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY_OVF": visit complete
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_NETWORK": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_NETWORK": visit complete
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_USERNAME": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_USERNAME": visit complete
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_DATACENTER": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_DATACENTER": visit complete
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_PASSWORD": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_PASSWORD": visit complete
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_CONTENT_LIBRARY": visit complete
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_VM_DATASTORE": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.VSPHERE_VM_DATASTORE": visit complete
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.vms": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.422+0100 [TRACE] vertex "var.vms": visit complete
2021-11-11T18:13:23.423+0100 [TRACE] vertex "var.VSPHERE_SERVER": starting visit (*terraform.NodeRootVariable)
2021-11-11T18:13:23.423+0100 [TRACE] vertex "var.VSPHERE_SERVER": visit complete
2021-11-11T18:13:23.423+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"]": starting visit (*terraform.NodeApplyableProvider)
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2021-11-11T18:13:23.423+0100 [DEBUG] created provider logger: level=trace
2021-11-11T18:13:23.423+0100 [INFO] provider: configuring client automatic mTLS
2021-11-11T18:13:23.436+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5]
2021-11-11T18:13:23.442+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=93262
2021-11-11T18:13:23.442+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5
2021-11-11T18:13:23.474+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: configuring server automatic mTLS: timestamp=2021-11-11T18:13:23.474+0100
2021-11-11T18:13:23.532+0100 [DEBUG] provider.terraform-provider-vsphere_v2.0.2_x5: plugin address: address=/var/folders/qj/7yj28bvs4b1gnz1h0tb20fw40000gn/T/plugin559954501 network=unix timestamp=2021-11-11T18:13:23.532+0100
2021-11-11T18:13:23.532+0100 [DEBUG] provider: using plugin: version=5
2021-11-11T18:13:23.579+0100 [TRACE] provider.stdio: waiting for stdio data
2021-11-11T18:13:23.579+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/vsphere\"]" provider for provider["registry.terraform.io/hashicorp/vsphere"]
2021-11-11T18:13:23.579+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/vsphere"]: using explicit config only
2021-11-11T18:13:23.579+0100 [TRACE] GRPCProvider: GetProviderSchema
2021-11-11T18:13:23.587+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2021-11-11T18:13:23.596+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/vsphere\"]" changed the config value, but that value is unused
2021-11-11T18:13:23.596+0100 [TRACE] GRPCProvider: ConfigureProvider
2021-11-11T18:13:23.597+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:23 [DEBUG] Cached SOAP client session data not valid or persistence not enabled, new session necessary: timestamp=2021-11-11T18:13:23.597+0100
2021-11-11T18:13:23.597+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:23 [DEBUG] Creating new SOAP API session on endpoint cxcto-vcenter1.cisco.com: timestamp=2021-11-11T18:13:23.597+0100
2021-11-11T18:13:24.529+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:24 [DEBUG] SOAP API session creation successful: timestamp=2021-11-11T18:13:24.529+0100
2021-11-11T18:13:24.529+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:24 [DEBUG] VMWare vSphere Client configured for URL: cxcto-vcenter1.cisco.com: timestamp=2021-11-11T18:13:24.529+0100
2021-11-11T18:13:24.529+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:24 [DEBUG] Setting up REST client: timestamp=2021-11-11T18:13:24.529+0100
2021-11-11T18:13:25.340+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:25 [DEBUG] CIS REST client configuration successful: timestamp=2021-11-11T18:13:25.339+0100
2021-11-11T18:13:26.126+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"]": visit complete
2021-11-11T18:13:26.126+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021-11-11T18:13:26.126+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": expanding dynamic subgraph
2021-11-11T18:13:26.126+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021-11-11T18:13:26.127+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": expanding dynamic subgraph
2021-11-11T18:13:26.127+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": entering dynamic subgraph
2021-11-11T18:13:26.127+0100 [TRACE] vertex "data.vsphere_network.network (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021-11-11T18:13:26.127+0100 [TRACE] vertex "data.vsphere_network.network (expand)": expanding dynamic subgraph
2021-11-11T18:13:26.127+0100 [TRACE] vertex "data.vsphere_network.network (expand)": entering dynamic subgraph
2021-11-11T18:13:26.127+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021-11-11T18:13:26.127+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": expanding dynamic subgraph
2021-11-11T18:13:26.127+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": entering dynamic subgraph
2021-11-11T18:13:26.127+0100 [TRACE] vertex "vsphere_virtual_machine.vm": starting visit (*terraform.NodeApplyableResource)
2021-11-11T18:13:26.127+0100 [TRACE] vertex "data.vsphere_network.network": starting visit (*terraform.NodeApplyableResource)
2021-11-11T18:13:26.128+0100 [TRACE] vertex "vsphere_virtual_machine.vm": visit complete
2021-11-11T18:13:26.128+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:26.128+0100 [TRACE] vertex "vsphere_virtual_machine.vm (expand)": visit complete
2021-11-11T18:13:26.128+0100 [TRACE] vertex "data.vsphere_network.network": visit complete
2021-11-11T18:13:26.128+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": starting visit (*terraform.NodeApplyableResource)
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item": visit complete
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": entering dynamic subgraph
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_network.network (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_network.network (expand)": visit complete
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": starting visit (*terraform.NodeApplyableResource)
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_resource_pool.pool": visit complete
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": expanding dynamic subgraph
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": entering dynamic subgraph
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:26.129+0100 [TRACE] vertex "data.vsphere_content_library_item.content_library_item (expand)": visit complete
2021-11-11T18:13:26.130+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:26.130+0100 [TRACE] vertex "data.vsphere_resource_pool.pool (expand)": visit complete
2021-11-11T18:13:26.130+0100 [TRACE] vertex "data.vsphere_datastore.datastore": starting visit (*terraform.NodeApplyableResource)
2021-11-11T18:13:26.130+0100 [TRACE] vertex "data.vsphere_datastore.datastore": visit complete
2021-11-11T18:13:26.130+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": dynamic subgraph completed successfully
2021-11-11T18:13:26.130+0100 [TRACE] vertex "data.vsphere_datastore.datastore (expand)": visit complete
2021-11-11T18:13:26.130+0100 [TRACE] vertex "vsphere_virtual_machine.vm[\"dev_vm\"]": starting visit (*terraform.NodeApplyableResourceInstance)
2021-11-11T18:13:26.130+0100 [TRACE] vertex "vsphere_virtual_machine.vm[\"k8s_vm\"]": starting visit (*terraform.NodeApplyableResourceInstance)
2021-11-11T18:13:26.131+0100 [TRACE] readDiff: Read Create change from plan for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:26.131+0100 [TRACE] readResourceInstanceState: reading state for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:26.131+0100 [TRACE] readResourceInstanceState: no state present for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:26.131+0100 [TRACE] readDiff: Read Create change from plan for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:26.131+0100 [TRACE] readResourceInstanceState: reading state for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:26.131+0100 [TRACE] readResourceInstanceState: no state present for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:26.132+0100 [TRACE] readDiff: Read Create change from plan for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:26.132+0100 [TRACE] readDiff: Read Create change from plan for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:26.136+0100 [TRACE] Re-validating config for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:13:26.137+0100 [TRACE] Re-validating config for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:13:26.137+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2021-11-11T18:13:26.137+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2021-11-11T18:13:26.142+0100 [TRACE] GRPCProvider: PlanResourceChange
2021-11-11T18:13:26.142+0100 [TRACE] GRPCProvider: PlanResourceChange
2021-11-11T18:13:26.164+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation: timestamp=2021-11-11T18:13:26.164+0100
2021-11-11T18:13:26.164+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation: timestamp=2021-11-11T18:13:26.164+0100
2021-11-11T18:13:26.164+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] network_interface.0 (key 0 at <new device>): Beginning diff validation: timestamp=2021-11-11T18:13:26.164+0100
2021-11-11T18:13:26.164+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] network_interface.0 (key 0 at <new device>): Diff validation complete: timestamp=2021-11-11T18:13:26.164+0100
2021-11-11T18:13:26.164+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete: timestamp=2021-11-11T18:13:26.164+0100
2021-11-11T18:13:26.164+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Performing diff customization and validation: timestamp=2021-11-11T18:13:26.164+0100
2021-11-11T18:13:26.165+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] vsphere_virtual_machine (ID = <new resource>): resource_pool_id modified without change to host_system_id, marking as computed: timestamp=2021-11-11T18:13:26.164+0100
2021-11-11T18:13:26.165+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: Beginning disk diff customization: timestamp=2021-11-11T18:13:26.164+0100
2021-11-11T18:13:26.165+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] NetworkInterfaceDiffOperation: Beginning diff validation: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.165+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] network_interface.0 (key 0 at <new device>): Beginning diff validation: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.165+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] network_interface.0 (key 0 at <new device>): Diff validation complete: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.165+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] NetworkInterfaceDiffOperation: Diff validation complete: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.165+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] vsphere_virtual_machine (ID = <new resource>): resource_pool_id modified without change to host_system_id, marking as computed: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: Beginning disk diff customization: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: Beginning collective diff validation (indexes aligned to new config): timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Beginning diff validation: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Diff validation complete: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: Beginning diff validation and normalization (indexes aligned to old state): timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: New resource set post-normalization: (key 0 at <new device>): timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: Disk diff customization complete, sending new diff: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: Beginning collective diff validation (indexes aligned to new config): timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Beginning diff validation: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.167+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] disk.0 (key 0 at <new device>) (<unknown>): Diff validation complete: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.168+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: Beginning diff validation and normalization (indexes aligned to old state): timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.168+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: New resource set post-normalization: (key 0 at <new device>): timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.168+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] DiskDiffOperation: Disk diff customization complete, sending new diff: timestamp=2021-11-11T18:13:26.165+0100
2021-11-11T18:13:26.168+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] contentlibrary.IsContentLibrary: Checking if 9624bb3b-d044-403f-8c23-11fe6159b0bd is a content library source: timestamp=2021-11-11T18:13:26.166+0100
2021-11-11T18:13:26.168+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 9624bb3b-d044-403f-8c23-11fe6159b0bd: timestamp=2021-11-11T18:13:26.166+0100
2021-11-11T18:13:26.168+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] contentlibrary.IsContentLibrary: Checking if 9624bb3b-d044-403f-8c23-11fe6159b0bd is a content library source: timestamp=2021-11-11T18:13:26.167+0100
2021-11-11T18:13:26.168+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 9624bb3b-d044-403f-8c23-11fe6159b0bd: timestamp=2021-11-11T18:13:26.167+0100
2021-11-11T18:13:26.637+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] contentlibrary.ItemFromID: Library item 9624bb3b-d044-403f-8c23-11fe6159b0bd retrieved successfully: timestamp=2021-11-11T18:13:26.636+0100
2021-11-11T18:13:26.638+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport: timestamp=2021-11-11T18:13:26.638+0100
2021-11-11T18:13:26.638+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist: timestamp=2021-11-11T18:13:26.638+0100
2021-11-11T18:13:26.639+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete: timestamp=2021-11-11T18:13:26.638+0100
2021-11-11T18:13:26.659+0100 [WARN] Provider "registry.terraform.io/hashicorp/vsphere" produced an invalid plan for vsphere_virtual_machine.vm["dev_vm"], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .memory_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .scsi_bus_sharing: planned value cty.StringVal("noSharing") for a non-computed attribute
- .sata_controller_count: 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
- .scsi_controller_count: planned value cty.NumberIntVal(1) for a non-computed attribute
- .firmware: planned value cty.StringVal("bios") for a non-computed attribute
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) for a non-computed attribute
- .run_tools_scripts_before_guest_shutdown: planned value cty.True for a non-computed attribute
- .scsi_type: planned value cty.StringVal("pvscsi") for a non-computed attribute
- .force_power_off: planned value cty.True for a non-computed attribute
- .ept_rvi_mode: planned value cty.StringVal("automatic") for a non-computed attribute
- .run_tools_scripts_before_guest_standby: planned value cty.True for a non-computed attribute
- .latency_sensitivity: planned value cty.StringVal("normal") for a non-computed attribute
- .wait_for_guest_net_routable: planned value cty.True for a non-computed attribute
- .poweron_timeout: planned value cty.NumberIntVal(300) for a non-computed attribute
- .cpu_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .memory_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .swap_placement_policy: planned value cty.StringVal("inherit") for a non-computed attribute
- .cpu_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .run_tools_scripts_after_resume: planned value cty.True for a non-computed attribute
- .boot_retry_delay: planned value cty.NumberIntVal(10000) for a non-computed attribute
- .run_tools_scripts_after_power_on: 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_ip_timeout: planned value cty.NumberIntVal(0) for a non-computed attribute
- .shutdown_wait_timeout: planned value cty.NumberIntVal(3) 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].attach: planned value cty.False for a non-computed attribute
- .disk[0].io_reservation: planned value cty.NumberIntVal(0) 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].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_level: planned value cty.StringVal("normal") for a non-computed attribute
- .disk[0].unit_number: 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].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_share_count: planned value cty.NumberIntVal(0) for a non-computed attribute
- .disk[0].write_through: planned value cty.False 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-11T18:13:26.660+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2021-11-11T18:13:26.661+0100 [TRACE] readResourceInstanceState: reading state for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:26.661+0100 [TRACE] readResourceInstanceState: no state present for vsphere_virtual_machine.vm["dev_vm"]
vsphere_virtual_machine.vm["dev_vm"]: Creating...
2021-11-11T18:13:26.662+0100 [INFO] Starting apply for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:13:26.675+0100 [DEBUG] vsphere_virtual_machine.vm["dev_vm"]: applying the planned Create change
2021-11-11T18:13:26.676+0100 [TRACE] GRPCProvider: ApplyResourceChange
2021-11-11T18:13:26.681+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] setting computed for "vapp_transport" from ComputedKeys: timestamp=2021-11-11T18:13:26.681+0100
2021-11-11T18:13:26.681+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] setting computed for "guest_ip_addresses" from ComputedKeys: timestamp=2021-11-11T18:13:26.681+0100
2021-11-11T18:13:26.682+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Beginning create: timestamp=2021-11-11T18:13:26.682+0100
2021-11-11T18:13:26.682+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] tagsClientIfDefined: No tags configured, skipping loading of tagging client: timestamp=2021-11-11T18:13:26.682+0100
2021-11-11T18:13:26.685+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] vsphere_virtual_machine (ID = <new resource>): VM being created from clone: timestamp=2021-11-11T18:13:26.682+0100
2021-11-11T18:13:26.685+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] Locating resource pool with ID resgroup-1016: timestamp=2021-11-11T18:13:26.682+0100
2021-11-11T18:13:26.824+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] Resource pool found: resgroup-1016: timestamp=2021-11-11T18:13:26.824+0100
2021-11-11T18:13:26.824+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:26 [DEBUG] Locating folder at path "" relative to virtual machine root: timestamp=2021-11-11T18:13:26.824+0100
2021-11-11T18:13:27.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:27 [DEBUG] Folder located: "/CXCTO-RTP10-3/vm": timestamp=2021-11-11T18:13:27.241+0100
2021-11-11T18:13:27.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:27 [DEBUG] contentlibrary.IsContentLibrary: Checking if 9624bb3b-d044-403f-8c23-11fe6159b0bd is a content library source: timestamp=2021-11-11T18:13:27.241+0100
2021-11-11T18:13:27.241+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:27 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 9624bb3b-d044-403f-8c23-11fe6159b0bd: timestamp=2021-11-11T18:13:27.241+0100
2021-11-11T18:13:28.422+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:13:28.423+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:13:28.423+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:13:31.821+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] contentlibrary.ItemFromID: Library item 9624bb3b-d044-403f-8c23-11fe6159b0bd retrieved successfully: timestamp=2021-11-11T18:13:31.821+0100
2021-11-11T18:13:31.822+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] VAppDiffOperation: Verifying configuration meets requirements for vApp transport: timestamp=2021-11-11T18:13:31.822+0100
2021-11-11T18:13:31.822+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] VAppDiffOperation: ISO transport is not supported on this virtual machine or multiple transport options exist: timestamp=2021-11-11T18:13:31.822+0100
2021-11-11T18:13:31.822+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Diff customization and validation complete: timestamp=2021-11-11T18:13:31.822+0100
2021-11-11T18:13:31.828+0100 [WARN] Provider "registry.terraform.io/hashicorp/vsphere" produced an invalid plan for vsphere_virtual_machine.vm["k8s_vm"], 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:
- .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_bus_sharing: planned value cty.StringVal("noSharing") for a non-computed attribute
- .sata_controller_count: 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
- .scsi_controller_count: planned value cty.NumberIntVal(1) for a non-computed attribute
- .firmware: planned value cty.StringVal("bios") for a non-computed attribute
- .migrate_wait_timeout: planned value cty.NumberIntVal(30) for a non-computed attribute
- .run_tools_scripts_before_guest_shutdown: planned value cty.True for a non-computed attribute
- .scsi_type: planned value cty.StringVal("pvscsi") for a non-computed attribute
- .ept_rvi_mode: planned value cty.StringVal("automatic") 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_standby: planned value cty.True for a non-computed attribute
- .wait_for_guest_net_routable: planned value cty.True for a non-computed attribute
- .cpu_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
- .poweron_timeout: planned value cty.NumberIntVal(300) for a non-computed attribute
- .memory_share_level: planned value cty.StringVal("normal") for a non-computed attribute
- .swap_placement_policy: planned value cty.StringVal("inherit") 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
- .run_tools_scripts_after_resume: planned value cty.True for a non-computed attribute
- .run_tools_scripts_after_power_on: 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_ip_timeout: planned value cty.NumberIntVal(0) 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].attach: planned value cty.False for a non-computed attribute
- .disk[0].io_reservation: planned value cty.NumberIntVal(0) 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].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_level: planned value cty.StringVal("normal") for a non-computed attribute
- .disk[0].unit_number: 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].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_share_count: planned value cty.NumberIntVal(0) for a non-computed attribute
- .disk[0].write_through: planned value cty.False 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
- .network_interface[0].bandwidth_limit: planned value cty.NumberIntVal(-1) for a non-computed attribute
2021-11-11T18:13:31.828+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2021-11-11T18:13:31.829+0100 [TRACE] readResourceInstanceState: reading state for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:31.829+0100 [TRACE] readResourceInstanceState: no state present for vsphere_virtual_machine.vm["k8s_vm"]
vsphere_virtual_machine.vm["k8s_vm"]: Creating...
2021-11-11T18:13:31.829+0100 [INFO] Starting apply for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:13:31.830+0100 [DEBUG] vsphere_virtual_machine.vm["k8s_vm"]: applying the planned Create change
2021-11-11T18:13:31.830+0100 [TRACE] GRPCProvider: ApplyResourceChange
2021-11-11T18:13:31.832+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] setting computed for "guest_ip_addresses" from ComputedKeys: timestamp=2021-11-11T18:13:31.832+0100
2021-11-11T18:13:31.832+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] setting computed for "vapp_transport" from ComputedKeys: timestamp=2021-11-11T18:13:31.832+0100
2021-11-11T18:13:31.833+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Beginning create: timestamp=2021-11-11T18:13:31.833+0100
2021-11-11T18:13:31.833+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] tagsClientIfDefined: No tags configured, skipping loading of tagging client: timestamp=2021-11-11T18:13:31.833+0100
2021-11-11T18:13:31.833+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] vsphere_virtual_machine (ID = <new resource>): VM being created from clone: timestamp=2021-11-11T18:13:31.833+0100
2021-11-11T18:13:31.833+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] Locating resource pool with ID resgroup-1016: timestamp=2021-11-11T18:13:31.833+0100
2021-11-11T18:13:31.843+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] contentlibrary.ItemFromID: Library item 9624bb3b-d044-403f-8c23-11fe6159b0bd retrieved successfully: timestamp=2021-11-11T18:13:31.843+0100
2021-11-11T18:13:31.844+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 9624bb3b-d044-403f-8c23-11fe6159b0bd: timestamp=2021-11-11T18:13:31.843+0100
2021-11-11T18:13:31.971+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] Resource pool found: resgroup-1016: timestamp=2021-11-11T18:13:31.971+0100
2021-11-11T18:13:31.971+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] Locating folder at path "" relative to virtual machine root: timestamp=2021-11-11T18:13:31.971+0100
2021-11-11T18:13:31.992+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] contentlibrary.ItemFromID: Library item 9624bb3b-d044-403f-8c23-11fe6159b0bd retrieved successfully: timestamp=2021-11-11T18:13:31.992+0100
2021-11-11T18:13:31.992+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:31 [DEBUG] Locating resource pool with ID resgroup-1016: timestamp=2021-11-11T18:13:31.992+0100
2021-11-11T18:13:32.247+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] Resource pool found: resgroup-1016: timestamp=2021-11-11T18:13:32.247+0100
2021-11-11T18:13:32.247+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] Locating folder at path "" relative to virtual machine root: timestamp=2021-11-11T18:13:32.247+0100
2021-11-11T18:13:32.587+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] Folder located: "/CXCTO-RTP10-3/vm": timestamp=2021-11-11T18:13:32.587+0100
2021-11-11T18:13:32.587+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] contentlibrary.IsContentLibrary: Checking if 9624bb3b-d044-403f-8c23-11fe6159b0bd is a content library source: timestamp=2021-11-11T18:13:32.587+0100
2021-11-11T18:13:32.587+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 9624bb3b-d044-403f-8c23-11fe6159b0bd: timestamp=2021-11-11T18:13:32.587+0100
2021-11-11T18:13:32.789+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] contentlibrary.ItemFromID: Library item 9624bb3b-d044-403f-8c23-11fe6159b0bd retrieved successfully: timestamp=2021-11-11T18:13:32.788+0100
2021-11-11T18:13:32.789+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] contentlibrary.ItemFromID: Retrieving library item 9624bb3b-d044-403f-8c23-11fe6159b0bd: timestamp=2021-11-11T18:13:32.789+0100
2021-11-11T18:13:32.910+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] Folder located: "/CXCTO-RTP10-3/vm": timestamp=2021-11-11T18:13:32.910+0100
2021-11-11T18:13:32.911+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] virtualmachine.Deploy: Deploying VM from Content Library item.: timestamp=2021-11-11T18:13:32.911+0100
2021-11-11T18:13:32.938+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] contentlibrary.ItemFromID: Library item 9624bb3b-d044-403f-8c23-11fe6159b0bd retrieved successfully: timestamp=2021-11-11T18:13:32.938+0100
2021-11-11T18:13:32.938+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:32 [DEBUG] Locating resource pool with ID resgroup-1016: timestamp=2021-11-11T18:13:32.938+0100
2021-11-11T18:13:33.097+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:33 [DEBUG] Resource pool found: resgroup-1016: timestamp=2021-11-11T18:13:33.096+0100
2021-11-11T18:13:33.097+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:33 [DEBUG] Locating folder at path "" relative to virtual machine root: timestamp=2021-11-11T18:13:33.097+0100
2021-11-11T18:13:33.423+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:13:33.423+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:13:33.423+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:13:33.512+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:33 [DEBUG] Folder located: "/CXCTO-RTP10-3/vm": timestamp=2021-11-11T18:13:33.512+0100
2021-11-11T18:13:33.512+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:13:33 [DEBUG] virtualmachine.Deploy: Deploying VM from Content Library item.: timestamp=2021-11-11T18:13:33.512+0100
vsphere_virtual_machine.vm["dev_vm"]: Still creating... [10s elapsed]
2021-11-11T18:13:38.424+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:13:38.424+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:13:38.424+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
vsphere_virtual_machine.vm["k8s_vm"]: Still creating... [10s elapsed]
2021-11-11T18:13:43.425+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:13:43.425+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:13:43.425+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
vsphere_virtual_machine.vm["dev_vm"]: Still creating... [20s elapsed]
2021-11-11T18:13:48.426+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:13:48.426+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:13:48.426+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
vsphere_virtual_machine.vm["k8s_vm"]: Still creating... [20s elapsed]
2021-11-11T18:13:53.426+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:13:53.426+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:13:53.427+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
vsphere_virtual_machine.vm["dev_vm"]: Still creating... [30s elapsed]
2021-11-11T18:13:58.428+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:13:58.428+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:13:58.428+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
vsphere_virtual_machine.vm["k8s_vm"]: Still creating... [30s elapsed]
2021-11-11T18:14:03.428+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:14:03.428+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:14:03.428+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
vsphere_virtual_machine.vm["dev_vm"]: Still creating... [40s elapsed]
2021-11-11T18:14:08.429+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:14:08.429+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:14:08.429+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
vsphere_virtual_machine.vm["k8s_vm"]: Still creating... [40s elapsed]
2021-11-11T18:14:13.430+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:14:13.430+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:14:13.430+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
vsphere_virtual_machine.vm["dev_vm"]: Still creating... [50s elapsed]
2021-11-11T18:14:18.431+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:14:18.431+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:14:18.431+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
vsphere_virtual_machine.vm["k8s_vm"]: Still creating... [50s elapsed]
2021-11-11T18:14:23.432+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:14:23.432+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:14:23.433+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
vsphere_virtual_machine.vm["dev_vm"]: Still creating... [1m0s elapsed]
2021-11-11T18:14:28.432+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:14:28.439+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:14:28.439+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
vsphere_virtual_machine.vm["k8s_vm"]: Still creating... [1m0s elapsed]
2021-11-11T18:14:33.439+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:14:33.440+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:14:33.440+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
vsphere_virtual_machine.vm["dev_vm"]: Still creating... [1m10s elapsed]
2021-11-11T18:14:38.440+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:14:38.440+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:14:38.440+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
vsphere_virtual_machine.vm["k8s_vm"]: Still creating... [1m10s elapsed]
2021-11-11T18:14:43.442+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:14:43.442+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:14:43.442+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
vsphere_virtual_machine.vm["dev_vm"]: Still creating... [1m20s elapsed]
2021-11-11T18:14:47.831+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:47 [DEBUG] Locating resource pool with ID resgroup-1016: timestamp=2021-11-11T18:14:47.831+0100
2021-11-11T18:14:48.188+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] Resource pool found: resgroup-1016: timestamp=2021-11-11T18:14:48.188+0100
2021-11-11T18:14:48.188+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] Fetching properties for VM "/CXCTO-RTP10-3/vm/dev_vm": timestamp=2021-11-11T18:14:48.188+0100
2021-11-11T18:14:48.442+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:14:48.442+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:14:48.442+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:14:48.466+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] VM "/CXCTO-RTP10-3/vm/dev_vm" - UUID is "42095534-cc67-1ffb-d15c-9341d425491a": timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.466+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Building config spec: timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.466+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Resource argument "hv_mode" requires a VM restart: timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.466+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Resource argument "ept_rvi_mode" requires a VM restart: timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.466+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): CPU operation requires a VM restart: timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Resource argument "num_cores_per_socket" requires a VM restart: timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Memory operation requires a VM restart: timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Resource argument "swap_placement_policy" requires a VM restart: timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Resource argument "firmware" requires a VM restart: timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] NormalizeBus: Normalizing first 1 controllers on SCSI bus to device type pvscsi: timestamp=2021-11-11T18:14:48.466+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] NormalizeBus: Normalizing first 0 controllers on SATA bus: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] NormalizeBus: Normalizing first 2 controllers on IDE bus: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] NormalizeBus: Current SCSI bus contents: lsilogic-1000: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] swapSCSIDevice: Swapping SCSI device for one of controller type pvscsi: lsilogic-1000: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] swapSCSIDevice: Outgoing device config spec: (remove: *types.VirtualLsiLogicController at key 1000),(add: *types.ParaVirtualSCSIController at key -201),(edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] applyDeviceChange: Applying changes: (remove: *types.VirtualLsiLogicController at key 1000),(add: *types.ParaVirtualSCSIController at key -201),(edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.467+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,lsilogic-1000,cdrom-3000,disk--201-0,ethernet-0: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] NormalizeBus: Current SATA bus contents:: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] NormalizeBus: Current IDE bus contents: device-200,device-201: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] NormalizeBus: Outgoing device list: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] NormalizeBus: Outgoing device config spec: (remove: *types.VirtualLsiLogicController at key 1000),(add: *types.ParaVirtualSCSIController at key -201),(edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] DiskPostCloneOperation: Looking for disk device changes post-clone: timestamp=2021-11-11T18:14:48.467+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] DiskRefreshOperation: Found controller "controller--201" for device "disk--201-0": timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] DiskPostCloneOperation: Disk devices located: disk--201-0: timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] DiskPostCloneOperation: Disk devices order after sort: disk--201-0: timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] DiskPostCloneOperation: Current resource set: (key 0 at <new device>): timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] DiskPostCloneOperation: Resource set order after sort: (key 0 at <new device>): timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.468+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] DiskPostCloneOperation: Looking for and applying device changes in source disks: timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.469+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] disk.0 (key 2000 at scsi:0:0) (<unknown>): Reading state: timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.469+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] FindVirtualDevice: Looking for device with key 2000: timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.469+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] FindVirtualDevice: Device found: disk--201-0: timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.469+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] Locating virtual machine with UUID "42095534-cc67-1ffb-d15c-9341d425491a": timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.469+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] Using SearchIndex to look up UUID "42095534-cc67-1ffb-d15c-9341d425491a": timestamp=2021-11-11T18:14:48.468+0100
2021-11-11T18:14:48.887+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:48 [DEBUG] VM "/CXCTO-RTP10-3/vm/dev_vm" found for UUID "42095534-cc67-1ffb-d15c-9341d425491a": timestamp=2021-11-11T18:14:48.886+0100
2021-11-11T18:14:49.927+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:49 [DEBUG] queryAssociatedProfile: Retrieving storage policy of server object of type [virtualDiskId] and key [vm-21188:2000].: timestamp=2021-11-11T18:14:49.927+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] disk.0 (key 2000 at scsi:0:0) (dev_vm/dev_vm.vmdk): Read finished (key and device address may have changed): timestamp=2021-11-11T18:14:50.284+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] disk.0 (key 2000 at scsi:0:0) (dev_vm/dev_vm.vmdk): Beginning update: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] disk.0 (key 2000 at scsi:0:0) (dev_vm/dev_vm.vmdk): Device config operations from update: (edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] disk.0 (key 2000 at scsi:0:0) (dev_vm/dev_vm.vmdk): Update complete: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] applyDeviceChange: Applying changes: (edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] DiskPostCloneOperation: Post-clone final resource list: (key 2000 at scsi:0:0): timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [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,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] DiskPostCloneOperation: Device config operations from post-clone: (edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] DiskPostCloneOperation: Operation complete, returning updated spec: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] NetworkInterfacePostCloneOperation: Looking for post-clone device changes: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] NetworkInterfacePostCloneOperation: Network devices located: ethernet-0: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] NetworkInterfacePostCloneOperation: Current resource set from configuration: (key 0 at <new device>): timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] NetworkInterfacePostCloneOperation: Layout from source: 1 devices over a 1 unit range: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] NetworkInterfacePostCloneOperation: Reading existing devices: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Reading state: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] FindVirtualDevice: Looking for device with key 4000: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.285+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] FindVirtualDevice: Device found: ethernet-0: timestamp=2021-11-11T18:14:50.285+0100
2021-11-11T18:14:50.557+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Read finished (key and device address may have changed): timestamp=2021-11-11T18:14:50.557+0100
2021-11-11T18:14:50.557+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Beginning update: timestamp=2021-11-11T18:14:50.557+0100
2021-11-11T18:14:50.557+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] FindVirtualDevice: Looking for device with key 4000: timestamp=2021-11-11T18:14:50.557+0100
2021-11-11T18:14:50.557+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] FindVirtualDevice: Device found: ethernet-0: timestamp=2021-11-11T18:14:50.557+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Device config operations from update: (edit: *types.VirtualVmxnet3 at key 4000): timestamp=2021-11-11T18:14:50.557+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Update complete: timestamp=2021-11-11T18:14:50.557+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] applyDeviceChange: Applying changes: (edit: *types.VirtualVmxnet3 at key 4000): timestamp=2021-11-11T18:14:50.557+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] NetworkInterfacePostCloneOperation: Post-clone final resource list: (key 4000 at pci:0:7): timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [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,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] NetworkInterfacePostCloneOperation: Device config operations from post-clone: (edit: *types.VirtualVmxnet3 at key 4000): timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] NetworkInterfacePostCloneOperation: Operation complete, returning updated spec: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] CdromPostCloneOperation: Looking for post-clone device changes: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.558+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] CdromPostCloneOperation: CDROM devices located: cdrom-3000: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] CdromPostCloneOperation: Current resource set from configuration:: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] CdromPostCloneOperation: Reading existing devices: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Reading state: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] FindVirtualDevice: Looking for device with key 3000: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] FindVirtualDevice: Device found: cdrom-3000: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 cdrom.0 (key 3000 at ide:0:0): [DEBUG] Unknown CDROM type *types.VirtualCdromRemotePassthroughBackingInfo, clearing all attributes: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Read finished (key and device address may have changed): timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Beginning delete: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] FindVirtualDevice: Looking for device with key 3000: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.559+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] FindVirtualDevice: Device found: cdrom-3000: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Device config operations from update: (remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Delete completed: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] applyDeviceChange: Applying changes: (remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] CdromPostCloneOperation: Post-clone final resource list:: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [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,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] CdromPostCloneOperation: Device config operations from post-clone: (remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-11T18:14:50.558+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] CdromPostCloneOperation: Operation complete, returning updated spec: timestamp=2021-11-11T18:14:50.559+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Final device list: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:50.559+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Final device change cfgSpec: (remove: *types.VirtualLsiLogicController at key 1000),(add: *types.ParaVirtualSCSIController at key -201),(edit: *types.VirtualDisk at key 2000),(edit: *types.VirtualDisk at key 2000),(edit: *types.VirtualVmxnet3 at key 4000),(remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-11T18:14:50.559+0100
2021-11-11T18:14:50.560+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:50 [DEBUG] Reconfiguring virtual machine "/CXCTO-RTP10-3/vm/dev_vm": timestamp=2021-11-11T18:14:50.559+0100
vsphere_virtual_machine.vm["k8s_vm"]: Still creating... [1m20s elapsed]
2021-11-11T18:14:52.104+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:52 [DEBUG] Fetching properties for VM "/CXCTO-RTP10-3/vm/dev_vm": timestamp=2021-11-11T18:14:52.104+0100
2021-11-11T18:14:52.519+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:52 [DEBUG] Fetching properties for VM "/CXCTO-RTP10-3/vm/dev_vm": timestamp=2021-11-11T18:14:52.519+0100
2021-11-11T18:14:52.662+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:52 [DEBUG] Fetching configuration options for VM "/CXCTO-RTP10-3/vm/dev_vm": timestamp=2021-11-11T18:14:52.662+0100
2021-11-11T18:14:53.442+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:14:53.443+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:14:53.443+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"dev_vm\"]"
2021-11-11T18:14:53.640+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:53 [DEBUG] Found current hardware version: 19: timestamp=2021-11-11T18:14:53.640+0100
2021-11-11T18:14:53.640+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:53 [DEBUG] Looking for OS family for guest ID "ubuntu64Guest": timestamp=2021-11-11T18:14:53.640+0100
2021-11-11T18:14:54.640+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:54 [DEBUG] OSFamily: family for "ubuntu64Guest" is "linuxGuest": timestamp=2021-11-11T18:14:54.640+0100
2021-11-11T18:14:54.641+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:54 [DEBUG] Sending customization spec to virtual machine "/CXCTO-RTP10-3/vm/dev_vm": timestamp=2021-11-11T18:14:54.640+0100
2021-11-11T18:14:55.663+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:55 [DEBUG] vsphere_virtual_machine (ID = 42095534-cc67-1ffb-d15c-9341d425491a): Performing delete: timestamp=2021-11-11T18:14:55.663+0100
2021-11-11T18:14:55.663+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:55 [DEBUG] Locating virtual machine with UUID "42095534-cc67-1ffb-d15c-9341d425491a": timestamp=2021-11-11T18:14:55.663+0100
2021-11-11T18:14:55.663+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:55 [DEBUG] Using SearchIndex to look up UUID "42095534-cc67-1ffb-d15c-9341d425491a": timestamp=2021-11-11T18:14:55.663+0100
2021-11-11T18:14:55.960+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:55 [DEBUG] Locating resource pool with ID resgroup-1016: timestamp=2021-11-11T18:14:55.960+0100
2021-11-11T18:14:56.227+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] Resource pool found: resgroup-1016: timestamp=2021-11-11T18:14:56.227+0100
2021-11-11T18:14:56.228+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] Fetching properties for VM "/CXCTO-RTP10-3/vm/k8s_vm": timestamp=2021-11-11T18:14:56.227+0100
2021-11-11T18:14:56.228+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] VM "/CXCTO-RTP10-3/vm/dev_vm" found for UUID "42095534-cc67-1ffb-d15c-9341d425491a": timestamp=2021-11-11T18:14:56.227+0100
2021-11-11T18:14:56.228+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] Fetching properties for VM "/CXCTO-RTP10-3/vm/dev_vm": timestamp=2021-11-11T18:14:56.227+0100
2021-11-11T18:14:56.579+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskDestroyOperation: Beginning destroy: timestamp=2021-11-11T18:14:56.579+0100
2021-11-11T18:14:56.579+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskDestroyOperation: Detaching devices with keep_on_remove enabled: timestamp=2021-11-11T18:14:56.579+0100
2021-11-11T18:14:56.579+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskDestroyOperation: Device config operations from destroy:: timestamp=2021-11-11T18:14:56.579+0100
2021-11-11T18:14:56.579+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] Deleting virtual machine "/CXCTO-RTP10-3/vm/dev_vm": timestamp=2021-11-11T18:14:56.579+0100
vsphere_virtual_machine.vm["dev_vm"]: Still creating... [1m30s elapsed]
2021-11-11T18:14:56.715+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] VM "/CXCTO-RTP10-3/vm/k8s_vm" - UUID is "420934d6-9e9e-cb1f-1820-a6fc9a4aace5": timestamp=2021-11-11T18:14:56.715+0100
2021-11-11T18:14:56.715+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Building config spec: timestamp=2021-11-11T18:14:56.715+0100
2021-11-11T18:14:56.715+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Resource argument "hv_mode" requires a VM restart: timestamp=2021-11-11T18:14:56.715+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Resource argument "ept_rvi_mode" requires a VM restart: timestamp=2021-11-11T18:14:56.715+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): CPU operation requires a VM restart: timestamp=2021-11-11T18:14:56.715+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Resource argument "num_cores_per_socket" requires a VM restart: timestamp=2021-11-11T18:14:56.715+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Memory operation requires a VM restart: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Resource argument "swap_placement_policy" requires a VM restart: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Resource argument "firmware" requires a VM restart: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] NormalizeBus: Normalizing first 1 controllers on SCSI bus to device type pvscsi: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] NormalizeBus: Normalizing first 0 controllers on SATA bus: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] NormalizeBus: Normalizing first 2 controllers on IDE bus: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] NormalizeBus: Current SCSI bus contents: lsilogic-1000: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] swapSCSIDevice: Swapping SCSI device for one of controller type pvscsi: lsilogic-1000: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] swapSCSIDevice: Outgoing device config spec: (remove: *types.VirtualLsiLogicController at key 1000),(add: *types.ParaVirtualSCSIController at key -201),(edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] applyDeviceChange: Applying changes: (remove: *types.VirtualLsiLogicController at key 1000),(add: *types.ParaVirtualSCSIController at key -201),(edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.716+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,lsilogic-1000,cdrom-3000,disk--201-0,ethernet-0: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] NormalizeBus: Current SATA bus contents:: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] NormalizeBus: Current IDE bus contents: device-200,device-201: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] NormalizeBus: Outgoing device list: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] NormalizeBus: Outgoing device config spec: (remove: *types.VirtualLsiLogicController at key 1000),(add: *types.ParaVirtualSCSIController at key -201),(edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskPostCloneOperation: Looking for disk device changes post-clone: timestamp=2021-11-11T18:14:56.716+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskRefreshOperation: Found controller "controller--201" for device "disk--201-0": timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskPostCloneOperation: Disk devices located: disk--201-0: timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskPostCloneOperation: Disk devices order after sort: disk--201-0: timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskPostCloneOperation: Current resource set: (key 0 at <new device>): timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskPostCloneOperation: Resource set order after sort: (key 0 at <new device>): timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] DiskPostCloneOperation: Looking for and applying device changes in source disks: timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] disk.0 (key 2000 at scsi:0:0) (<unknown>): Reading state: timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] FindVirtualDevice: Looking for device with key 2000: timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] FindVirtualDevice: Device found: disk--201-0: timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] Locating virtual machine with UUID "420934d6-9e9e-cb1f-1820-a6fc9a4aace5": timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:56.717+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:56 [DEBUG] Using SearchIndex to look up UUID "420934d6-9e9e-cb1f-1820-a6fc9a4aace5": timestamp=2021-11-11T18:14:56.717+0100
2021-11-11T18:14:57.105+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:57 [DEBUG] VM "/CXCTO-RTP10-3/vm/k8s_vm" found for UUID "420934d6-9e9e-cb1f-1820-a6fc9a4aace5": timestamp=2021-11-11T18:14:57.105+0100
2021-11-11T18:14:57.763+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:57 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Delete complete: timestamp=2021-11-11T18:14:57.763+0100
2021-11-11T18:14:57.772+0100 [TRACE] maybeTainted: vsphere_virtual_machine.vm["dev_vm"] encountered an error during creation, so it is now marked as tainted
2021-11-11T18:14:57.772+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:14:57.772+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:14:57.773+0100 [TRACE] evalApplyProvisioners: vsphere_virtual_machine.vm["dev_vm"] is tainted, so skipping provisioning
2021-11-11T18:14:57.773+0100 [TRACE] maybeTainted: vsphere_virtual_machine.vm["dev_vm"] was already tainted, so nothing to do
2021-11-11T18:14:57.773+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:14:57.773+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["dev_vm"]
2021-11-11T18:14:57.774+0100 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2021-11-11T18:14:57.775+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 72
2021-11-11T18:14:57.775+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2021-11-11T18:14:57.782+0100 [TRACE] vertex "vsphere_virtual_machine.vm[\"dev_vm\"]": visit complete
2021-11-11T18:14:57.908+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:57 [DEBUG] queryAssociatedProfile: Retrieving storage policy of server object of type [virtualDiskId] and key [vm-21187:2000].: timestamp=2021-11-11T18:14:57.907+0100
2021-11-11T18:14:58.114+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] disk.0 (key 2000 at scsi:0:0) (k8s_vm/k8s_vm.vmdk): Read finished (key and device address may have changed): timestamp=2021-11-11T18:14:58.114+0100
2021-11-11T18:14:58.115+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] disk.0 (key 2000 at scsi:0:0) (k8s_vm/k8s_vm.vmdk): Beginning update: timestamp=2021-11-11T18:14:58.114+0100
2021-11-11T18:14:58.115+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] disk.0 (key 2000 at scsi:0:0) (k8s_vm/k8s_vm.vmdk): Device config operations from update: (edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:58.115+0100
2021-11-11T18:14:58.115+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] disk.0 (key 2000 at scsi:0:0) (k8s_vm/k8s_vm.vmdk): Update complete: timestamp=2021-11-11T18:14:58.115+0100
2021-11-11T18:14:58.115+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] applyDeviceChange: Applying changes: (edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:58.115+0100
2021-11-11T18:14:58.115+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.115+0100
2021-11-11T18:14:58.115+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.115+0100
2021-11-11T18:14:58.115+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] DiskPostCloneOperation: Post-clone final resource list: (key 2000 at scsi:0:0): timestamp=2021-11-11T18:14:58.115+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [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,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.115+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] DiskPostCloneOperation: Device config operations from post-clone: (edit: *types.VirtualDisk at key 2000): timestamp=2021-11-11T18:14:58.115+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] DiskPostCloneOperation: Operation complete, returning updated spec: timestamp=2021-11-11T18:14:58.115+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] NetworkInterfacePostCloneOperation: Looking for post-clone device changes: timestamp=2021-11-11T18:14:58.116+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] NetworkInterfacePostCloneOperation: Network devices located: ethernet-0: timestamp=2021-11-11T18:14:58.116+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] NetworkInterfacePostCloneOperation: Current resource set from configuration: (key 0 at <new device>): timestamp=2021-11-11T18:14:58.116+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] NetworkInterfacePostCloneOperation: Layout from source: 1 devices over a 1 unit range: timestamp=2021-11-11T18:14:58.116+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] NetworkInterfacePostCloneOperation: Reading existing devices: timestamp=2021-11-11T18:14:58.116+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Reading state: timestamp=2021-11-11T18:14:58.116+0100
2021-11-11T18:14:58.116+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] FindVirtualDevice: Looking for device with key 4000: timestamp=2021-11-11T18:14:58.116+0100
2021-11-11T18:14:58.117+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] FindVirtualDevice: Device found: ethernet-0: timestamp=2021-11-11T18:14:58.116+0100
2021-11-11T18:14:58.390+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Read finished (key and device address may have changed): timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.390+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Beginning update: timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.390+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] FindVirtualDevice: Looking for device with key 4000: timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] FindVirtualDevice: Device found: ethernet-0: timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Device config operations from update: (edit: *types.VirtualVmxnet3 at key 4000): timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] network_interface.0 (key 4000 at pci:0:7): Update complete: timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] applyDeviceChange: Applying changes: (edit: *types.VirtualVmxnet3 at key 4000): timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] NetworkInterfacePostCloneOperation: Post-clone final resource list: (key 4000 at pci:0:7): timestamp=2021-11-11T18:14:58.390+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [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,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] NetworkInterfacePostCloneOperation: Device config operations from post-clone: (edit: *types.VirtualVmxnet3 at key 4000): timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] NetworkInterfacePostCloneOperation: Operation complete, returning updated spec: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] CdromPostCloneOperation: Looking for post-clone device changes: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] CdromPostCloneOperation: CDROM devices located: cdrom-3000: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] CdromPostCloneOperation: Current resource set from configuration:: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] CdromPostCloneOperation: Reading existing devices: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.391+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Reading state: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.392+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] FindVirtualDevice: Looking for device with key 3000: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.392+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] FindVirtualDevice: Device found: cdrom-3000: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.393+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 cdrom.0 (key 3000 at ide:0:0): [DEBUG] Unknown CDROM type *types.VirtualCdromRemotePassthroughBackingInfo, clearing all attributes: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.393+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Read finished (key and device address may have changed): timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.393+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Beginning delete: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.393+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] FindVirtualDevice: Looking for device with key 3000: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.393+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] FindVirtualDevice: Device found: cdrom-3000: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.393+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Device config operations from update: (remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.393+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] cdrom.0 (key 3000 at ide:0:0): Delete completed: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.393+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] applyDeviceChange: Applying changes: (remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.393+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] applyDeviceChange: Device list before changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,cdrom-3000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.394+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] applyDeviceChange: Device list after changes: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.394+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] CdromPostCloneOperation: Post-clone final resource list:: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.394+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [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,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.394+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] CdromPostCloneOperation: Device config operations from post-clone: (remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.394+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] CdromPostCloneOperation: Operation complete, returning updated spec: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.394+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Final device list: ide-200,ide-201,ps2-300,pci-100,sio-400,keyboard-600,pointing-700,video-500,vmci-12000,disk--201-0,ethernet-0,pvscsi--201: timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.394+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Final device change cfgSpec: (remove: *types.VirtualLsiLogicController at key 1000),(add: *types.ParaVirtualSCSIController at key -201),(edit: *types.VirtualDisk at key 2000),(edit: *types.VirtualDisk at key 2000),(edit: *types.VirtualVmxnet3 at key 4000),(remove: *types.VirtualCdrom at key 3000): timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.394+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:14:58 [DEBUG] Reconfiguring virtual machine "/CXCTO-RTP10-3/vm/k8s_vm": timestamp=2021-11-11T18:14:58.391+0100
2021-11-11T18:14:58.444+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:14:58.451+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:15:00.272+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:00 [DEBUG] Fetching properties for VM "/CXCTO-RTP10-3/vm/k8s_vm": timestamp=2021-11-11T18:15:00.272+0100
2021-11-11T18:15:00.772+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:00 [DEBUG] Fetching properties for VM "/CXCTO-RTP10-3/vm/k8s_vm": timestamp=2021-11-11T18:15:00.771+0100
2021-11-11T18:15:00.915+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:00 [DEBUG] Fetching configuration options for VM "/CXCTO-RTP10-3/vm/k8s_vm": timestamp=2021-11-11T18:15:00.915+0100
2021-11-11T18:15:01.839+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:01 [DEBUG] Found current hardware version: 19: timestamp=2021-11-11T18:15:01.838+0100
2021-11-11T18:15:01.839+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:01 [DEBUG] Looking for OS family for guest ID "ubuntu64Guest": timestamp=2021-11-11T18:15:01.838+0100
vsphere_virtual_machine.vm["k8s_vm"]: Still creating... [1m30s elapsed]
2021-11-11T18:15:02.782+0100 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:15:02.879+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:02 [DEBUG] OSFamily: family for "ubuntu64Guest" is "linuxGuest": timestamp=2021-11-11T18:15:02.879+0100
2021-11-11T18:15:02.879+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:02 [DEBUG] Sending customization spec to virtual machine "/CXCTO-RTP10-3/vm/k8s_vm": timestamp=2021-11-11T18:15:02.879+0100
2021-11-11T18:15:03.452+0100 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2021-11-11T18:15:03.452+0100 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "vsphere_virtual_machine.vm[\"k8s_vm\"]"
2021-11-11T18:15:04.058+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:04 [DEBUG] vsphere_virtual_machine (ID = 420934d6-9e9e-cb1f-1820-a6fc9a4aace5): Performing delete: timestamp=2021-11-11T18:15:04.058+0100
2021-11-11T18:15:04.058+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:04 [DEBUG] Locating virtual machine with UUID "420934d6-9e9e-cb1f-1820-a6fc9a4aace5": timestamp=2021-11-11T18:15:04.058+0100
2021-11-11T18:15:04.058+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:04 [DEBUG] Using SearchIndex to look up UUID "420934d6-9e9e-cb1f-1820-a6fc9a4aace5": timestamp=2021-11-11T18:15:04.058+0100
2021-11-11T18:15:04.346+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:04 [DEBUG] VM "/CXCTO-RTP10-3/vm/k8s_vm" found for UUID "420934d6-9e9e-cb1f-1820-a6fc9a4aace5": timestamp=2021-11-11T18:15:04.346+0100
2021-11-11T18:15:04.347+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:04 [DEBUG] Fetching properties for VM "/CXCTO-RTP10-3/vm/k8s_vm": timestamp=2021-11-11T18:15:04.346+0100
2021-11-11T18:15:04.622+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:04 [DEBUG] DiskDestroyOperation: Beginning destroy: timestamp=2021-11-11T18:15:04.622+0100
2021-11-11T18:15:04.623+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:04 [DEBUG] DiskDestroyOperation: Detaching devices with keep_on_remove enabled: timestamp=2021-11-11T18:15:04.622+0100
2021-11-11T18:15:04.623+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:04 [DEBUG] DiskDestroyOperation: Device config operations from destroy:: timestamp=2021-11-11T18:15:04.622+0100
2021-11-11T18:15:04.623+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:04 [DEBUG] Deleting virtual machine "/CXCTO-RTP10-3/vm/k8s_vm": timestamp=2021-11-11T18:15:04.622+0100
2021-11-11T18:15:06.015+0100 [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2021/11/11 18:15:06 [DEBUG] vsphere_virtual_machine (ID = <new resource>): Delete complete: timestamp=2021-11-11T18:15:06.014+0100
2021-11-11T18:15:06.016+0100 [TRACE] maybeTainted: vsphere_virtual_machine.vm["k8s_vm"] encountered an error during creation, so it is now marked as tainted
2021-11-11T18:15:06.016+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:15:06.016+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:15:06.016+0100 [TRACE] evalApplyProvisioners: vsphere_virtual_machine.vm["k8s_vm"] is tainted, so skipping provisioning
2021-11-11T18:15:06.016+0100 [TRACE] maybeTainted: vsphere_virtual_machine.vm["k8s_vm"] was already tainted, so nothing to do
2021-11-11T18:15:06.016+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:15:06.016+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for vsphere_virtual_machine.vm["k8s_vm"]
2021-11-11T18:15:06.016+0100 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2021-11-11T18:15:06.018+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 73
2021-11-11T18:15:06.018+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2021-11-11T18:15:06.023+0100 [TRACE] vertex "vsphere_virtual_machine.vm[\"k8s_vm\"]": visit complete
2021-11-11T18:15:06.023+0100 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/vsphere\"] (close)" errored, so skipping
2021-11-11T18:15:06.023+0100 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2021-11-11T18:15:06.024+0100 [TRACE] dag/walk: upstream of "root" errored, so skipping
2021-11-11T18:15:06.024+0100 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2021-11-11T18:15:06.025+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 74
2021-11-11T18:15:06.025+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
│ Error: error sending customization spec: A specified parameter was not correct: spec.identity.hostName
│ with vsphere_virtual_machine.vm["k8s_vm"],
│ on main.tf line 42, in resource "vsphere_virtual_machine" "vm":
│ 42: resource "vsphere_virtual_machine" "vm" {
│ Error: error sending customization spec: A specified parameter was not correct: spec.identity.hostName
│ with vsphere_virtual_machine.vm["dev_vm"],
│ on main.tf line 42, in resource "vsphere_virtual_machine" "vm":
│ 42: resource "vsphere_virtual_machine" "vm" {
2021-11-11T18:15:06.034+0100 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2021-11-11T18:15:06.035+0100 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2021-11-11T18:15:06.036+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-11T18:15:06.279+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/vsphere/2.0.2/darwin_amd64/terraform-provider-vsphere_v2.0.2_x5 pid=93262
2021-11-11T18:15:06.285+0100 [DEBUG] provider: plugin exited
xxx@XXX terraform %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment