Closed odrsystems closed 8 months ago
Receiving same error.
Sorry for the inconvenience
Please let me check some things
Can you tell me which is your VMware version? Which is your operating system?
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.
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:
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:
export VMWS_DEBUG=true
Please, when you have it the result, share it with me to analyze
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.
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
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.
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.
Same error here, you can find the log below.
This issue was resolve in the latest version
https://registry.terraform.io/providers/elsudano/vmworkstation/latest
All the feedback will be welcome
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