0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +00:00
terraform-provider-proxmox/fwprovider/vm/vga
Pavel Boldyrev 3119194292
feat(vm): add RNG device support (#1774)
* feat(vm): add RNG device  support

This commit adds support for configuring the Random Number Generator (RNG) device for virtual machines in both the VM resource and datasource. The implementation includes:

- New schema and model for RNG configuration
- Support for setting RNG source, max_bytes, and period
- Updated documentation for RNG configuration
- Test cases for RNG configuration
- Integration with VM creation, update, and read operations

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-02-16 23:53:40 -05:00
..
datasource_schema.go feat(vm): add RNG device support (#1774) 2025-02-16 23:53:40 -05:00
model.go feat(vm): add RNG device support (#1774) 2025-02-16 23:53:40 -05:00
resource_schema.go feat(vm): add RNG device support (#1774) 2025-02-16 23:53:40 -05:00
resource_test.go feat(provider): reliable sequential and random vm_id generation (#1557) 2024-10-03 20:18:37 -04:00
resource.go feat(vm2): add initial support for cdrom (#1370) 2024-06-10 01:28:18 +00:00