terraform-provider-proxmox
terraform-provider-proxmox copied to clipboard
Multiple cdroms
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
I just ran into the same issue. This would be a nice feature.
This would be great to have, would definitely use this tf resource if it was possible.
+1 for this, especially when creating windows VMs as mentioned.
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.