elsudano / terraform-provider-vmworkstation

VmWare Workstation Pro provider for Terraform
MIT License
51 stars 18 forks source link

Provider inconsistent result #5

Closed odrsystems closed 8 months ago

odrsystems commented 3 years ago

Hi. I am using terraform version 0.14.7 and provider version 0.15. I get the erro below.

Error: Provider produced inconsistent result after apply

When applying changes to vmworkstation_vm.test_machine, provider "registry.terraform.io/elsudano/vmworkstation" produced an unexpected new value: Root resource was present, but now absent.

This is a bug in the provider, which should be reported in the provider's own issue tracker.

Kindly assist am new to your provider. Regards

singhravinderlko commented 3 years ago

Receiving same error.

elsudano commented 3 years ago

Sorry for the inconvenience

Please let me check some things

Can you tell me which is your VMware version? Which is your operating system?

odrsystems commented 3 years ago

Vmware workstation 16 in ububtu 20.04On 5 Mar 2021 7:21 am, Carlos notifications@github.com wrote: Sorry for the inconvenience Please let me check some things Can you tell me which is your VMware version? Which is your operating system?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.

elsudano commented 3 years ago

Ok, thanks for your reply, for the moment I haven't been able to repeat the error, can you enable the logging in Terraform and share with me the result?

Normaly, you can enable the logs in Terraform setting this two environment vars:

Terraform log settings

export TF_LOG=TRACE # INFO, DEBUG, TRACE export TF_LOG_PATH="terraform.log"

Also, you can enable the debug flag for the VMWORKSTATION provider setting the environment var:

Custom provider VmWare Workstation

export VMWS_DEBUG=true

Please, when you have it the result, share it with me to analyze

odrsystems commented 3 years ago

OkOn 6 Mar 2021 1:05 pm, Carlos notifications@github.com wrote: Ok, thanks for your reply, for the moment I haven't been able to repeat the error, can you enable the logging in Terraform and share with me the result? Normaly, you can enable the logs in Terraform setting this two environment vars: Terraform log settings export TF_LOG=TRACE # INFO, DEBUG, TRACE export TF_LOG_PATH="terraform.log" Also, you can enable the debug flag for the VMWORKSTATION provider setting the environment var: Custom provider VmWare Workstation export VMWS_DEBUG=true Please, when you have it the result, share it with me to analyze

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.

odrsystems commented 3 years ago

021/03/12 19:54:54 [INFO] Terraform version: 0.14.7 2021/03/12 19:54:54 [INFO] Go runtime version: go1.15.6 2021/03/12 19:54:54 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan"} 2021/03/12 19:54:54 [DEBUG] Attempting to open CLI config file: /home/odr/.terraformrc 2021/03/12 19:54:54 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. 2021/03/12 19:54:54 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins 2021/03/12 19:54:54 [DEBUG] ignoring non-existing provider search directory /home/odr/.terraform.d/plugins 2021/03/12 19:54:54 [DEBUG] ignoring non-existing provider search directory /home/odr/.local/share/terraform/plugins 2021/03/12 19:54:54 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins 2021/03/12 19:54:54 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins 2021/03/12 19:54:54 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins 2021/03/12 19:54:54 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins 2021/03/12 19:54:54 [INFO] CLI command args: []string{"plan"} 2021/03/12 19:54:54 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config 2021/03/12 19:54:54 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory 2021/03/12 19:54:54 [DEBUG] New state was assigned lineage "bdbc2e24-41d0-dd8d-c19f-7b067cf2929e" 2021/03/12 19:54:54 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) 2021/03/12 19:54:54 [TRACE] Meta.Backend: instantiated backend of type 2021/03/12 19:54:54 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers 2021/03/12 19:54:54 [TRACE] getproviders.SearchLocalDirectory: .terraform/providers is a symlink to .terraform/providers 2021/03/12 19:54:54 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/elsudano/vmworkstation v0.1.5 for linux_amd64 at .terraform/provid> 2021/03/12 19:54:54 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/elsudano/vmworkstation v0.1.9 for linux_amd64 at .terraform/provid> 2021/03/12 19:54:54 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.5/linux_amd64 as a c> 2021/03/12 19:54:54 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.9/linux_amd64 as a c> 2021/03/12 19:54:55 [DEBUG] checking for provisioner in "." 2021/03/12 19:54:55 [DEBUG] checking for provisioner in "/usr/local/bin" 2021/03/12 19:54:55 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such f> 2021/03/12 19:54:55 [TRACE] Meta.Backend: backend does not support operations, so wrapping it in a local backend 2021/03/12 19:54:55 [INFO] backend/local: starting Plan operation 2021/03/12 19:54:55 [TRACE] backend/local: requesting state manager for workspace "default" 2021/03/12 19:54:55 [TRACE] backend/local: state manager for workspace "default" will:

elsudano commented 3 years ago

Hi,

I have been review the log, but I think that you post just a part of the log, because the tags that use my provider don't appear in the part of the log that you post.

Please could you provide me the complete log for to review?

I'm await for your comments.

Regards.

odrsystems commented 3 years ago

OkOn 20 Mar 2021 7:37 pm, Carlos @.***> wrote: Hi, I have been review the log, but I think that you post just a part of the log, because the tags that use my provider don't appear in the part of the log that you post. Please could you provide me the complete log for to review? I'm await for your comments. Regards.

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.

Xav-Pe commented 3 years ago

Same error here, you can find the log below.

log ``` 2021/04/14 11:43:22 [INFO] Terraform version: 0.14.10 2021/04/14 11:43:22 [INFO] Go runtime version: go1.15.6 2021/04/14 11:43:22 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"} 2021/04/14 11:43:22 [DEBUG] Attempting to open CLI config file: /home/xp/.terraformrc 2021/04/14 11:43:22 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. 2021/04/14 11:43:22 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins 2021/04/14 11:43:22 [DEBUG] ignoring non-existing provider search directory /home/xp/.terraform.d/plugins 2021/04/14 11:43:22 [DEBUG] ignoring non-existing provider search directory /home/xp/.local/share/terraform/plugins 2021/04/14 11:43:22 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins 2021/04/14 11:43:22 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins 2021/04/14 11:43:22 [INFO] CLI command args: []string{"apply"} 2021/04/14 11:43:22 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config 2021/04/14 11:43:22 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory 2021/04/14 11:43:22 [DEBUG] New state was assigned lineage "40a354b5-accd-2b4c-703d-65ebe3d4a5a0" 2021/04/14 11:43:22 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) 2021/04/14 11:43:22 [TRACE] Meta.Backend: instantiated backend of type 2021/04/14 11:43:22 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers 2021/04/14 11:43:22 [TRACE] getproviders.SearchLocalDirectory: .terraform/providers is a symlink to .terraform/providers 2021/04/14 11:43:22 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/elsudano/vmworkstation v0.1.5 for linux_amd64 at .terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.5/linux_amd64 2021/04/14 11:43:22 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/elsudano/vmworkstation v0.1.7 for linux_amd64 at .terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64 2021/04/14 11:43:22 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/elsudano/vmworkstation v0.1.9 for linux_amd64 at .terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.9/linux_amd64 2021/04/14 11:43:22 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.5/linux_amd64 as a candidate package for registry.terraform.io/elsudano/vmworkstation 0.1.5 2021/04/14 11:43:22 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64 as a candidate package for registry.terraform.io/elsudano/vmworkstation 0.1.7 2021/04/14 11:43:22 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.9/linux_amd64 as a candidate package for registry.terraform.io/elsudano/vmworkstation 0.1.9 2021/04/14 11:43:22 [DEBUG] checking for provisioner in "." 2021/04/14 11:43:22 [DEBUG] checking for provisioner in "/usr/local/bin" 2021/04/14 11:43:22 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory 2021/04/14 11:43:22 [TRACE] Meta.Backend: backend does not support operations, so wrapping it in a local backend 2021/04/14 11:43:22 [INFO] backend/local: starting Apply operation 2021/04/14 11:43:22 [TRACE] backend/local: requesting state manager for workspace "default" 2021/04/14 11:43:22 [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/04/14 11:43:22 [TRACE] backend/local: requesting state lock for workspace "default" 2021/04/14 11:43:22 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate 2021/04/14 11:43:22 [TRACE] statemgr.Filesystem: existing snapshot has lineage "5fc32c6c-4445-502e-0c36-fc174f835da6" serial 1 2021/04/14 11:43:22 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock 2021/04/14 11:43:22 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info 2021/04/14 11:43:22 [TRACE] backend/local: reading remote state for workspace "default" 2021/04/14 11:43:22 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate 2021/04/14 11:43:22 [TRACE] statemgr.Filesystem: read snapshot with lineage "5fc32c6c-4445-502e-0c36-fc174f835da6" serial 1 2021/04/14 11:43:22 [TRACE] backend/local: retrieving local state snapshot for workspace "default" 2021/04/14 11:43:22 [TRACE] backend/local: building context for current working directory 2021/04/14 11:43:22 [DEBUG] backend/local: will prompt for input of unset required variables [vmws_reource_frontend_sourceid vmws_reource_frontend_description] 2021/04/14 11:43:22 [DEBUG] command: asking for input: "var.vmws_reource_frontend_description" 2021/04/14 11:43:25 [DEBUG] command: asking for input: "var.vmws_reource_frontend_sourceid" 2021/04/14 11:43:28 [TRACE] terraform.NewContext: starting 2021/04/14 11:43:28 [TRACE] terraform.NewContext: loading provider schemas 2021/04/14 11:43:28 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/elsudano/vmworkstation" 2021-04-14T11:43:28.973+0200 [INFO] plugin: configuring client automatic mTLS 2021-04-14T11:43:28.986+0200 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 args=[.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7] 2021-04-14T11:43:28.988+0200 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 pid=2203 2021-04-14T11:43:28.988+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 2021-04-14T11:43:28.996+0200 [INFO] plugin.terraform-provider-vmworkstation_v0.1.7: configuring server automatic mTLS: timestamp=2021-04-14T11:43:28.996+0200 2021-04-14T11:43:29.009+0200 [DEBUG] plugin.terraform-provider-vmworkstation_v0.1.7: plugin address: address=/tmp/plugin585308794 network=unix timestamp=2021-04-14T11:43:29.009+0200 2021-04-14T11:43:29.009+0200 [DEBUG] plugin: using plugin: version=5 2021/04/14 11:43:29 [TRACE] GRPCProvider: GetSchema 2021-04-14T11:43:29.033+0200 [TRACE] plugin.stdio: waiting for stdio data 2021-04-14T11:43:29.033+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2021/04/14 11:43:29 [TRACE] No provider meta schema returned 2021/04/14 11:43:29 [TRACE] GRPCProvider: Close 2021-04-14T11:43:29.035+0200 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 pid=2203 2021-04-14T11:43:29.035+0200 [DEBUG] plugin: plugin exited 2021/04/14 11:43:29 [TRACE] terraform.NewContext: complete 2021/04/14 11:43:29 [TRACE] backend/local: finished building terraform.Context 2021/04/14 11:43:29 [TRACE] backend/local: requesting interactive input, if necessary 2021/04/14 11:43:29 [TRACE] Context.Input: Prompting for provider arguments 2021/04/14 11:43:29 [TRACE] Context.Input: Provider provider.vmworkstation declared at main.tf:11,1-25 2021/04/14 11:43:29 [TRACE] Context.Input: Input for provider.vmworkstation: map[string]cty.Value{} 2021/04/14 11:43:29 [TRACE] backend/local: running validation operation 2021/04/14 11:43:29 [INFO] terraform: building graph: GraphTypeValidate 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ConfigTransformer 2021/04/14 11:43:29 [TRACE] ConfigTransformer: Starting for path: 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: vmworkstation_vm.test_machine - *terraform.NodeValidatableResource ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.LocalTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.OutputTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.StateTransformer 2021/04/14 11:43:29 [TRACE] StateTransformer: state is empty, so nothing to do 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2021/04/14 11:43:29 [TRACE] AttachResourceConfigTransformer: attaching to "vmworkstation_vm.test_machine" (*terraform.NodeValidatableResource) config from main.tf:18,1-43 2021/04/14 11:43:29 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to vmworkstation_vm.test_machine 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ProvisionerTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2021/04/14 11:43:29 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" provider configuration from main.tf:11,1-25 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource ------ 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2021/04/14 11:43:29 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/elsudano/vmworkstation"] serving vmworkstation_vm.test_machine 2021/04/14 11:43:29 [DEBUG] ProviderTransformer: "vmworkstation_vm.test_machine" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2021/04/14 11:43:29 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:29 [TRACE] AttachSchemaTransformer: attaching resource schema to vmworkstation_vm.test_machine 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_description" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_processors" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmworkstation_user" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_denomination" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_memory" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" references: [var.vmworkstation_pass var.vmworkstation_url var.vmworkstation_user] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "vmworkstation_vm.test_machine" references: [var.vmws_reource_frontend_description var.vmws_reource_frontend_memory var.vmws_reource_frontend_processors var.vmws_reource_frontend_sourceid var.vmws_reource_frontend_denomination] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmworkstation_pass" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmworkstation_url" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_sourceid" references: [] 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.TargetsTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider vmworkstation_vm.test_machine - *terraform.NodeValidatableResource var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider vmworkstation_vm.test_machine - *terraform.NodeValidatableResource root - *terraform.nodeCloseModule meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider vmworkstation_vm.test_machine - *terraform.NodeValidatableResource root - *terraform.nodeCloseModule meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeValidatableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [DEBUG] Starting graph walk: walkValidate 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_processors" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_processors": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_processors": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_description" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_description": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_description": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmworkstation_pass" 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_pass": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_pass": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_sourceid" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_sourceid": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_sourceid": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_denomination" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_denomination": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_denomination": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_memory" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_memory": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_memory": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmworkstation_user" 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_user": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_user": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmworkstation_url" 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_url": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_url": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" 2021/04/14 11:43:29 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"]": starting visit (*terraform.NodeApplyableProvider) 2021-04-14T11:43:29.036+0200 [INFO] plugin: configuring client automatic mTLS 2021-04-14T11:43:29.048+0200 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 args=[.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7] 2021-04-14T11:43:29.049+0200 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 pid=2221 2021-04-14T11:43:29.049+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 2021-04-14T11:43:29.057+0200 [INFO] plugin.terraform-provider-vmworkstation_v0.1.7: configuring server automatic mTLS: timestamp=2021-04-14T11:43:29.057+0200 2021-04-14T11:43:29.070+0200 [DEBUG] plugin.terraform-provider-vmworkstation_v0.1.7: plugin address: address=/tmp/plugin273448812 network=unix timestamp=2021-04-14T11:43:29.070+0200 2021-04-14T11:43:29.070+0200 [DEBUG] plugin: using plugin: version=5 2021/04/14 11:43:29 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" provider for provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:29 [TRACE] buildProviderConfig for provider["registry.terraform.io/elsudano/vmworkstation"]: using explicit config only 2021/04/14 11:43:29 [TRACE] GRPCProvider: GetSchema 2021-04-14T11:43:29.094+0200 [TRACE] plugin.stdio: waiting for stdio data 2021-04-14T11:43:29.095+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2021/04/14 11:43:29 [TRACE] No provider meta schema returned 2021/04/14 11:43:29 [TRACE] GRPCProvider: PrepareProviderConfig 2021/04/14 11:43:29 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"]": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "vmworkstation_vm.test_machine" 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine": starting visit (*terraform.NodeValidatableResource) 2021/04/14 11:43:29 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/elsudano/vmworkstation\"] (close)" 2021/04/14 11:43:29 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"] (close)": starting visit (*terraform.graphNodeCloseProvider) 2021/04/14 11:43:29 [TRACE] GRPCProvider: Close 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" 2021/04/14 11:43:29 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) 2021/04/14 11:43:29 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete 2021-04-14T11:43:29.097+0200 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 pid=2221 2021-04-14T11:43:29.097+0200 [DEBUG] plugin: plugin exited 2021/04/14 11:43:29 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"] (close)": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "root" 2021/04/14 11:43:29 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) 2021/04/14 11:43:29 [TRACE] vertex "root": visit complete 2021/04/14 11:43:29 [INFO] backend/local: apply calling Plan 2021/04/14 11:43:29 [INFO] terraform: building graph: GraphTypePlan 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ConfigTransformer 2021/04/14 11:43:29 [TRACE] ConfigTransformer: Starting for path: 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.LocalTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.OutputTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.StateTransformer 2021/04/14 11:43:29 [TRACE] StateTransformer: state is empty, so nothing to do 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2021/04/14 11:43:29 [TRACE] AttachResourceConfigTransformer: attaching to "vmworkstation_vm.test_machine (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:18,1-43 2021/04/14 11:43:29 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to vmworkstation_vm.test_machine (expand) 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ProvisionerTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2021/04/14 11:43:29 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" provider configuration from main.tf:11,1-25 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource ------ 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2021/04/14 11:43:29 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/elsudano/vmworkstation"] serving vmworkstation_vm.test_machine (expand) 2021/04/14 11:43:29 [DEBUG] ProviderTransformer: "vmworkstation_vm.test_machine (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2021/04/14 11:43:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2021/04/14 11:43:29 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:29 [TRACE] AttachSchemaTransformer: attaching resource schema to vmworkstation_vm.test_machine (expand) 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmworkstation_url" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" references: [var.vmworkstation_url var.vmworkstation_user var.vmworkstation_pass] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_sourceid" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_denomination" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_description" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_processors" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "vmworkstation_vm.test_machine (expand)" references: [var.vmws_reource_frontend_processors var.vmws_reource_frontend_sourceid var.vmws_reource_frontend_denomination var.vmws_reource_frontend_description var.vmws_reource_frontend_memory] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_memory" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmworkstation_user" references: [] 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "var.vmworkstation_pass" references: [] 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2021/04/14 11:43:29 [TRACE] AttachDependenciesTransformer: vmworkstation_vm.test_machine depends on [] 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.TargetsTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2021/04/14 11:43:29 [TRACE] ForcedCBDTransformer: "vmworkstation_vm.test_machine (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource root - *terraform.nodeCloseModule meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource root - *terraform.nodeCloseModule meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable ------ 2021/04/14 11:43:29 [DEBUG] Starting graph walk: walkPlan 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmworkstation_pass" 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_pass": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_pass": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_memory" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_memory": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_memory": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_description" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_description": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_description": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_processors" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_processors": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_processors": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmworkstation_url" 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_url": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_url": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_sourceid" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_sourceid": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_sourceid": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_denomination" 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_denomination": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmws_reource_frontend_denomination": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "var.vmworkstation_user" 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_user": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:29 [TRACE] vertex "var.vmworkstation_user": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" 2021/04/14 11:43:29 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"]": starting visit (*terraform.NodeApplyableProvider) 2021-04-14T11:43:29.098+0200 [INFO] plugin: configuring client automatic mTLS 2021-04-14T11:43:29.110+0200 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 args=[.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7] 2021-04-14T11:43:29.112+0200 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 pid=2239 2021-04-14T11:43:29.112+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 2021-04-14T11:43:29.119+0200 [INFO] plugin.terraform-provider-vmworkstation_v0.1.7: configuring server automatic mTLS: timestamp=2021-04-14T11:43:29.119+0200 2021-04-14T11:43:29.131+0200 [DEBUG] plugin.terraform-provider-vmworkstation_v0.1.7: plugin address: address=/tmp/plugin625499838 network=unix timestamp=2021-04-14T11:43:29.131+0200 2021-04-14T11:43:29.131+0200 [DEBUG] plugin: using plugin: version=5 2021/04/14 11:43:29 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" provider for provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:29 [TRACE] buildProviderConfig for provider["registry.terraform.io/elsudano/vmworkstation"]: using explicit config only 2021/04/14 11:43:29 [TRACE] GRPCProvider: GetSchema 2021-04-14T11:43:29.155+0200 [TRACE] plugin.stdio: waiting for stdio data 2021/04/14 11:43:29 [TRACE] No provider meta schema returned 2021-04-14T11:43:29.156+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2021/04/14 11:43:29 [TRACE] GRPCProvider: Configure 2021/04/14 11:43:29 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"]": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "vmworkstation_vm.test_machine (expand)" 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": starting visit (*terraform.nodeExpandPlannableResource) 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": expanding dynamic subgraph 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": entering dynamic subgraph 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "vmworkstation_vm.test_machine" 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine": starting visit (*terraform.NodePlannableResource) 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine": expanding dynamic subgraph 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ResourceCountTransformer 2021/04/14 11:43:29 [TRACE] ResourceCountTransformer: adding vmworkstation_vm.test_machine as *terraform.NodePlannableResourceInstance 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: vmworkstation_vm.test_machine - *terraform.NodePlannableResourceInstance ------ 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2021/04/14 11:43:29 [DEBUG] Resource instance state not found for node "vmworkstation_vm.test_machine", instance vmworkstation_vm.test_machine 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.TargetsTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2021/04/14 11:43:29 [INFO] ReferenceTransformer: reference not found: "var.vmws_reource_frontend_processors" 2021/04/14 11:43:29 [INFO] ReferenceTransformer: reference not found: "var.vmws_reource_frontend_sourceid" 2021/04/14 11:43:29 [INFO] ReferenceTransformer: reference not found: "var.vmws_reource_frontend_denomination" 2021/04/14 11:43:29 [INFO] ReferenceTransformer: reference not found: "var.vmws_reource_frontend_description" 2021/04/14 11:43:29 [INFO] ReferenceTransformer: reference not found: "var.vmws_reource_frontend_memory" 2021/04/14 11:43:29 [DEBUG] ReferenceTransformer: "vmworkstation_vm.test_machine" references: [] 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2021/04/14 11:43:29 [TRACE] Executing graph transform *terraform.RootTransformer 2021/04/14 11:43:29 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine": entering dynamic subgraph 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "vmworkstation_vm.test_machine" 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine": starting visit (*terraform.NodePlannableResourceInstance) 2021/04/14 11:43:29 [TRACE] ReadResourceInstanceState: reading state for vmworkstation_vm.test_machine 2021/04/14 11:43:29 [TRACE] ReadResourceInstanceState: no state present for vmworkstation_vm.test_machine 2021/04/14 11:43:29 [DEBUG] refresh: vmworkstation_vm.test_machine: no state, so not refreshing 2021/04/14 11:43:29 [TRACE] EvalWriteState: using RefreshState for vmworkstation_vm.test_machine 2021/04/14 11:43:29 [TRACE] EvalWriteState: removing state object for vmworkstation_vm.test_machine 2021/04/14 11:43:29 [TRACE] Re-validating config for "vmworkstation_vm.test_machine" 2021/04/14 11:43:29 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2021/04/14 11:43:29 [TRACE] GRPCProvider: PlanResourceChange 2021/04/14 11:43:29 [TRACE] EvalWriteState: writing current state object for vmworkstation_vm.test_machine 2021/04/14 11:43:29 [TRACE] EvalWriteDiff: recorded Create change for vmworkstation_vm.test_machine 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine": visit complete 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine": dynamic subgraph completed successfully 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine": visit complete 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": dynamic subgraph completed successfully 2021/04/14 11:43:29 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/elsudano/vmworkstation\"] (close)" 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" 2021/04/14 11:43:29 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"] (close)": starting visit (*terraform.graphNodeCloseProvider) 2021/04/14 11:43:29 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) 2021/04/14 11:43:29 [TRACE] GRPCProvider: Close 2021/04/14 11:43:29 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete 2021-04-14T11:43:29.159+0200 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 pid=2239 2021-04-14T11:43:29.159+0200 [DEBUG] plugin: plugin exited 2021/04/14 11:43:29 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"] (close)": visit complete 2021/04/14 11:43:29 [TRACE] dag/walk: visiting "root" 2021/04/14 11:43:29 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) 2021/04/14 11:43:29 [TRACE] vertex "root": visit complete 2021/04/14 11:43:29 [DEBUG] command: asking for input: "Do you want to perform these actions?" 2021/04/14 11:43:30 [INFO] backend/local: apply calling Apply 2021/04/14 11:43:30 [INFO] terraform: building graph: GraphTypeApply 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.ConfigTransformer 2021/04/14 11:43:30 [TRACE] ConfigTransformer: Starting for path: 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource ------ 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource ------ 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.LocalTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.OutputTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.DiffTransformer 2021/04/14 11:43:30 [TRACE] DiffTransformer starting 2021/04/14 11:43:30 [TRACE] DiffTransformer: found Create change for vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] DiffTransformer: vmworkstation_vm.test_machine will be represented by vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] DiffTransformer complete 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph: var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource ------ 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2021/04/14 11:43:30 [DEBUG] Resource state not found for node "vmworkstation_vm.test_machine", instance vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2021/04/14 11:43:30 [TRACE] AttachResourceConfigTransformer: attaching to "vmworkstation_vm.test_machine (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:18,1-43 2021/04/14 11:43:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to vmworkstation_vm.test_machine (expand) 2021/04/14 11:43:30 [TRACE] AttachResourceConfigTransformer: attaching to "vmworkstation_vm.test_machine" (*terraform.NodeApplyableResourceInstance) config from main.tf:18,1-43 2021/04/14 11:43:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.ProvisionerTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2021/04/14 11:43:30 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" provider configuration from main.tf:11,1-25 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource ------ 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2021/04/14 11:43:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/elsudano/vmworkstation"] serving vmworkstation_vm.test_machine (expand) 2021/04/14 11:43:30 [DEBUG] ProviderTransformer: "vmworkstation_vm.test_machine (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/elsudano/vmworkstation"] serving vmworkstation_vm.test_machine 2021/04/14 11:43:30 [DEBUG] ProviderTransformer: "vmworkstation_vm.test_machine" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2021/04/14 11:43:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2021/04/14 11:43:30 [TRACE] AttachSchemaTransformer: attaching resource schema to vmworkstation_vm.test_machine (expand) 2021/04/14 11:43:30 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:30 [TRACE] AttachSchemaTransformer: attaching resource schema to vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "var.vmworkstation_pass" references: [] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "var.vmworkstation_url" references: [] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_denomination" references: [] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_description" references: [] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_processors" references: [] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_memory" references: [] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" references: [var.vmworkstation_url var.vmworkstation_user var.vmworkstation_pass] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "vmworkstation_vm.test_machine (expand)" references: [] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "var.vmworkstation_user" references: [] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "vmworkstation_vm.test_machine" references: [var.vmws_reource_frontend_processors var.vmws_reource_frontend_sourceid var.vmws_reource_frontend_denomination var.vmws_reource_frontend_description var.vmws_reource_frontend_memory] 2021/04/14 11:43:30 [DEBUG] ReferenceTransformer: "var.vmws_reource_frontend_sourceid" references: [] 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2021/04/14 11:43:30 [TRACE] AttachDependenciesTransformer: vmworkstation_vm.test_machine depends on [] 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2021/04/14 11:43:30 [TRACE] ForcedCBDTransformer: "vmworkstation_vm.test_machine" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.TargetsTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource root - *terraform.nodeCloseModule meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:30 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2021/04/14 11:43:30 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance root - *terraform.nodeCloseModule meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider["registry.terraform.io/elsudano/vmworkstation"] (close) - *terraform.graphNodeCloseProvider var.vmworkstation_pass - *terraform.NodeRootVariable var.vmworkstation_url - *terraform.NodeRootVariable var.vmworkstation_user - *terraform.NodeRootVariable var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine - *terraform.NodeApplyableResourceInstance var.vmws_reource_frontend_denomination - *terraform.NodeRootVariable var.vmws_reource_frontend_description - *terraform.NodeRootVariable var.vmws_reource_frontend_memory - *terraform.NodeRootVariable var.vmws_reource_frontend_processors - *terraform.NodeRootVariable var.vmws_reource_frontend_sourceid - *terraform.NodeRootVariable vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource vmworkstation_vm.test_machine (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/elsudano/vmworkstation"] - *terraform.NodeApplyableProvider ------ 2021/04/14 11:43:30 [DEBUG] Starting graph walk: walkApply 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "var.vmworkstation_url" 2021/04/14 11:43:30 [TRACE] vertex "var.vmworkstation_url": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:30 [TRACE] vertex "var.vmworkstation_url": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_description" 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_description": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_description": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_denomination" 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_denomination": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_denomination": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_processors" 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_processors": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_processors": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_sourceid" 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_sourceid": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_sourceid": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "var.vmws_reource_frontend_memory" 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_memory": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:30 [TRACE] vertex "var.vmws_reource_frontend_memory": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "var.vmworkstation_user" 2021/04/14 11:43:30 [TRACE] vertex "var.vmworkstation_user": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:30 [TRACE] vertex "var.vmworkstation_user": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "var.vmworkstation_pass" 2021/04/14 11:43:30 [TRACE] vertex "var.vmworkstation_pass": starting visit (*terraform.NodeRootVariable) 2021/04/14 11:43:30 [TRACE] vertex "var.vmworkstation_pass": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" 2021/04/14 11:43:30 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"]": starting visit (*terraform.NodeApplyableProvider) 2021-04-14T11:43:30.447+0200 [INFO] plugin: configuring client automatic mTLS 2021-04-14T11:43:30.460+0200 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 args=[.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7] 2021-04-14T11:43:30.461+0200 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 pid=2257 2021-04-14T11:43:30.461+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 2021-04-14T11:43:30.470+0200 [INFO] plugin.terraform-provider-vmworkstation_v0.1.7: configuring server automatic mTLS: timestamp=2021-04-14T11:43:30.469+0200 2021-04-14T11:43:30.483+0200 [DEBUG] plugin.terraform-provider-vmworkstation_v0.1.7: plugin address: address=/tmp/plugin161937944 network=unix timestamp=2021-04-14T11:43:30.483+0200 2021-04-14T11:43:30.484+0200 [DEBUG] plugin: using plugin: version=5 2021/04/14 11:43:30 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/elsudano/vmworkstation\"]" provider for provider["registry.terraform.io/elsudano/vmworkstation"] 2021/04/14 11:43:30 [TRACE] buildProviderConfig for provider["registry.terraform.io/elsudano/vmworkstation"]: using explicit config only 2021/04/14 11:43:30 [TRACE] GRPCProvider: GetSchema 2021-04-14T11:43:30.508+0200 [TRACE] plugin.stdio: waiting for stdio data 2021/04/14 11:43:30 [TRACE] No provider meta schema returned 2021/04/14 11:43:30 [TRACE] GRPCProvider: Configure 2021-04-14T11:43:30.509+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2021/04/14 11:43:30 [TRACE] vertex "provider[\"registry.terraform.io/elsudano/vmworkstation\"]": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "vmworkstation_vm.test_machine (expand)" 2021/04/14 11:43:30 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": starting visit (*terraform.nodeExpandApplyableResource) 2021/04/14 11:43:30 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": expanding dynamic subgraph 2021/04/14 11:43:30 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": entering dynamic subgraph 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "vmworkstation_vm.test_machine" 2021/04/14 11:43:30 [TRACE] vertex "vmworkstation_vm.test_machine": starting visit (*terraform.NodeApplyableResource) 2021/04/14 11:43:30 [TRACE] vertex "vmworkstation_vm.test_machine": visit complete 2021/04/14 11:43:30 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": dynamic subgraph completed successfully 2021/04/14 11:43:30 [TRACE] vertex "vmworkstation_vm.test_machine (expand)": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: visiting "vmworkstation_vm.test_machine" 2021/04/14 11:43:30 [TRACE] vertex "vmworkstation_vm.test_machine": starting visit (*terraform.NodeApplyableResourceInstance) 2021/04/14 11:43:30 [TRACE] EvalReadDiff: Read Create change from plan for vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] EvalReadState: reading state for vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] EvalReadState: no state present for vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] EvalReadDiff: Read Create change from plan for vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] Re-validating config for "vmworkstation_vm.test_machine" 2021/04/14 11:43:30 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2021/04/14 11:43:30 [TRACE] GRPCProvider: PlanResourceChange 2021/04/14 11:43:30 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) 2021/04/14 11:43:30 [TRACE] EvalReadState: reading state for vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] EvalReadState: no state present for vmworkstation_vm.test_machine 2021/04/14 11:43:30 [DEBUG] EvalApply: ProviderMeta config value set 2021/04/14 11:43:30 [DEBUG] vmworkstation_vm.test_machine: applying the planned Create change 2021/04/14 11:43:30 [TRACE] GRPCProvider: ApplyResourceChange 2021/04/14 11:43:30 [DEBUG] vmworkstation_vm.test_machine: apply errored, but we're indicating that via the Error pointer rather than returning it: Provider produced inconsistent result after apply: When applying changes to vmworkstation_vm.test_machine, provider "registry.terraform.io/elsudano/vmworkstation" produced an unexpected new value: Root resource was present, but now absent. This is a bug in the provider, which should be reported in the provider's own issue tracker. 2021/04/14 11:43:30 [TRACE] EvalMaybeTainted: vmworkstation_vm.test_machine encountered an error during creation, so it is now marked as tainted 2021/04/14 11:43:30 [TRACE] EvalWriteState: removing state object for vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] EvalApplyProvisioners: vmworkstation_vm.test_machine has no state, so skipping provisioners 2021/04/14 11:43:30 [TRACE] EvalMaybeTainted: vmworkstation_vm.test_machine encountered an error during creation, so it is now marked as tainted 2021/04/14 11:43:30 [TRACE] EvalWriteState: removing state object for vmworkstation_vm.test_machine 2021/04/14 11:43:30 [TRACE] vertex "vmworkstation_vm.test_machine": visit complete 2021/04/14 11:43:30 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/elsudano/vmworkstation\"] (close)" errored, so skipping 2021/04/14 11:43:30 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping 2021/04/14 11:43:30 [TRACE] dag/walk: upstream of "root" errored, so skipping 2021/04/14 11:43:30 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old 2021/04/14 11:43:30 [TRACE] statemgr.Filesystem: no state changes since last snapshot 2021/04/14 11:43:30 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate 2021/04/14 11:43:30 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info 2021/04/14 11:43:30 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock 2021-04-14T11:43:30.516+0200 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/elsudano/vmworkstation/0.1.7/linux_amd64/terraform-provider-vmworkstation_v0.1.7 pid=2257 2021-04-14T11:43:30.516+0200 [DEBUG] plugin: plugin exited ```
elsudano commented 8 months ago

This issue was resolve in the latest version

https://registry.terraform.io/providers/elsudano/vmworkstation/latest

All the feedback will be welcome