0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/fwprovider/test
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_node_test.go chore: refactor container acc test (#1408) 2024-06-24 23:08:59 -04:00
datasource_version_test.go fix(vm): add validation for node_name values (#1659) 2024-11-27 21:23:27 -05:00
resource_container_test.go fix(lxc): support device_passthrough config on non-clone container (#1722) 2025-01-25 17:37:34 -05:00
resource_file_test.go chore: refactor container acc test (#1408) 2024-06-24 23:08:59 -04:00
resource_firewall_test.go chore: refactor container acc test (#1408) 2024-06-24 23:08:59 -04:00
resource_time_test.go fix(time): embed timezone data to fix set/get TZ on windows (#1436) 2024-07-10 21:07:40 -04:00
resource_vm_cdrom_test.go feat(vm): deprecate enabled attribute on cdrom/disk devices (#1746) 2025-02-07 22:50:57 -05:00
resource_vm_disks_test.go fix(vm): add validation for node_name values (#1659) 2024-11-27 21:23:27 -05:00
resource_vm_test.go feat(vm): add RNG device support (#1774) 2025-02-16 23:53:40 -05:00
test_environment.go fix(vm): improve cpu.architecture handling (#1683) 2024-12-17 22:16:45 -05:00
test_support.go chore(vm2): cleanup cpu implementation, refactor rearrange acc tests (#1311) 2024-05-18 23:31:50 -04:00