0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00
terraform-provider-proxmox/fwprovider/hardwaremapping
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_pci.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
datasource_usb.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
datasource.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
errors.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
models.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
resource_hardware_mapping_test.go chore(vm2): cleanup cpu implementation, refactor rearrange acc tests (#1311) 2024-05-18 23:31:50 -04:00
resource_pci.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
resource_usb.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00
shared.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00