400 Parameter verification failed.

achraf

New Member
Dec 16, 2021
8
0
1
31
I used a terraform for provisioning VMs (proxmox) and i have a problem when i used terraform apply :

with proxmox_vm_qemu.test_server[0],
│ on main.tf line 21, in resource "proxmox_vm_qemu" "test_server"
│ 21: resource "proxmox_vm_qemu" "test_server" {


i'll be gratfull for ur help .
 
Hey,

what is the exact error message, when does it show up and what are you trying to accomplish?
 
Hey,

what is the exact error message, when does it show up and what are you trying to accomplish?
im trying to deploy VMs in proxmox with terraform, it show up when i use terraform apply ; and i had this error :

proxmox_vm_qemu.test_server[0]: Creating...

│ Error: 400 Parameter verification failed.

│ with proxmox_vm_qemu.test_server[0],
│ on main.tf line 20, in resource "proxmox_vm_qemu" "test_server":
│ 20: resource "proxmox_vm_qemu" "test_server" {


the files are below , thans for ur response
 

Attachments

Last edited:

Attachments