Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.0.1-rc1] Error for option "pool" #918

Closed
den-patrakeev opened this issue Jan 30, 2024 · 0 comments · Fixed by #924
Closed

[3.0.1-rc1] Error for option "pool" #918

den-patrakeev opened this issue Jan 30, 2024 · 0 comments · Fixed by #924
Assignees
Labels

Comments

@den-patrakeev
Copy link

den-patrakeev commented Jan 30, 2024

Hi!
ProxMox VE 8.0.4 / Terraform v1.7.1

Error by using options "pool" in resource "proxmox_vm_qemu":

╷
│ Error: error updating VM: 400 Parameter verification failed., error status: {"data":null,"errors":{"pool":"property is not defined in schema and the schema does not allow additional properties"}} (params: map[agent:1 bios:seabios boot:order=scsi0 cores:3 cpu:x86-64-v3 description:test hotplug:network,disk,usb ide2:none,media=cdrom ipconfig0:gw=10.0.0.1,ip=10.0.0.2/16 kvm:true memory:16384 name:test nameserver:10.0.0.1 net0:virtio=56:78:EE:AA:CC:BB,bridge=vmbr0 numa:true onboot:true ostype:l26 pool:test scsi1:local-lvm:1,cache=writethrough,discard=on,format=raw,iothread=1 scsi2:local-lvm:1,cache=writethrough,discard=on,format=raw,iothread=1 scsihw:virtio-scsi-single searchdomain:test.test sockets:2 tablet:true vga:type=std vmid:10001])
│ 
│   with proxmox_vm_qemu._10001_test,
│   on 10001_test.tf line 3, in resource "proxmox_vm_qemu" "_10001_test":
│    3: resource "proxmox_vm_qemu" "_10001_test" {
│ 
╵
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants