We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" { │ ╵
The text was updated successfully, but these errors were encountered:
Merge pull request #924 from Tinyblargon/Fix#918
1f340b0
Fix: #918
Tinyblargon
Successfully merging a pull request may close this issue.
Hi!
ProxMox VE 8.0.4 / Terraform v1.7.1
Error by using options "pool" in resource "proxmox_vm_qemu":
The text was updated successfully, but these errors were encountered: