0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-11 16:25:02 +00:00
terraform-provider-proxmox/proxmoxtf/resource/vm/disk
Pavel Boldyrev 80cafa689f
feat(vm2): add initial support for cdrom (#1370)
feat(vm2): add initial support for `cdrom`

This is a breaking change comparing to v1 - switching the cdrom schema from a nested block to a nested attribute map.

Improvements comparing to v1:
- support for `ide`, `sata`, `scsi` interfaces
- support for multiple cdroms

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-10 01:28:18 +00:00
..
disk.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
schema_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
schema.go fix(vm): adding disks causes VM to be re-created (#1336) 2024-05-29 23:12:05 -04:00