0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 19:43:00 +00:00
terraform-provider-proxmox/fwprovider/vm/cpu
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
..
datasource_schema.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
model.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
resource_schema.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
resource_test.go misc(vm2): add support for vga (#1328) 2024-05-27 21:30:12 -04:00
resource.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00