Closed goffinf closed 4 years ago
Same here, also in 2.6.4
Resolved. After some further and more careful debugging (adding output vars for most of the properties for the proxmox provider and proxmox_vm_qemu resource within the module that I call), I found that the pm_password value was incorrect. Once fixed the plan verification error disappeared.
Terraform Version Info:
terraform -version
Proxmox Server version: 6.2-15
Issue Description
Installed the Proxmox provider from the Terraform registry (v2.6.3 - see above).
When running terraform plan I see the error:
Error: 400 Parameter verification failed.
I have been using a locally compiled version following the instructions from the docs and this continues to work successfully for other Terraform that I have not yet updated. I want to use the published provider from the Hashicorp Terraform registry.
Terraform debug doesn't shed any further light (maybe its not getting far enough):
I did configure logging output from the provider, but no file was actually produced (again, perhaps it fails before getting far enough ??
I can see that there have been some changes to proxmox_vm_qemu resource, in particular removing id and storage_type from the disk structure and id from network and I have adjusted my definition accordingly, but I can't see any others that look wrong (the docs and examples aren't updated so its hard to tell).
Could you take a look at my .tf and see if anything obvious jumps out, or suggest any other likely culprits (has connection to the Proxmox server API changed at all ?):
Kind Regards
Fraser.