terraform-provider-proxmox icon indicating copy to clipboard operation
terraform-provider-proxmox copied to clipboard

Multiple cdroms

Open rkearsley opened this issue 1 year ago • 5 comments

When creating a vm (e.g. a windows vm), we specify the windows iso file and also the virtio drivers iso in multiple "cdrom" blocks - ide0 and ide2 Unfortunately this seems not supported in bpg/proxmox, failing with Error: Too many cdrom blocks / No more than 1 "cdrom" blocks are allowed

It would be nice to allow multiple cdrom blocks to be defined as it is supported by proxmox UI to have two cdroms attached to a single vm

Workaround is currently to add the second iso manually in the proxmox web interface

rkearsley avatar Nov 14 '23 15:11 rkearsley

I just ran into the same issue. This would be a nice feature.

brutesque avatar Apr 04 '24 15:04 brutesque

This would be great to have, would definitely use this tf resource if it was possible.

curio-scripter avatar Apr 25 '24 15:04 curio-scripter

+1 for this, especially when creating windows VMs as mentioned.

ychlc avatar May 30 '24 17:05 ychlc

There are few limitations in the current code that make it harder to implement, particularly the update and clone operations. Will be done as part of the "new VM resource" in #1231.

bpg avatar Jun 01 '24 18:06 bpg