0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/proxmoxtf/resource
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
..
cluster/firewall chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
container fix(lxc): allow container disk size 0 for lxc zfs/brfs subvols (#1737) 2025-01-31 20:59:05 -05:00
firewall fix(firewall): remove limit for number of CIRDs in ipset. (#1487) 2024-08-13 00:22:16 +00:00
validators fix(file): fix for datastore does not support content type "dump" (#1752) 2025-02-08 22:20:12 -05:00
vm feat(vm): add RNG device support (#1774) 2025-02-16 23:53:40 -05:00
certificate_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
certificate.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
dns_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
dns.go chore(deps): update tools (#1017) 2024-03-04 21:41:53 -05:00
file_test.go feat(file): add support to set the file mode (#1478) 2024-08-13 21:28:48 -04:00
file.go fix(file): fix for datastore does not support content type "dump" (#1752) 2025-02-08 22:20:12 -05:00
group_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
group.go chore: remove unused code (#1236) 2024-04-24 20:52:41 -04:00
hosts_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
hosts.go chore(deps): update tools (#1017) 2024-03-04 21:41:53 -05:00
pool_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
pool.go chore: remove unused code (#1236) 2024-04-24 20:52:41 -04:00
role_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
role.go fix(access): fix user and role import (#1346) 2024-06-03 00:51:44 +00:00
time_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
time.go fix(time): embed timezone data to fix set/get TZ on windows (#1436) 2024-07-10 21:07:40 -04:00
user_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
user.go fix(access): fix user and role import (#1346) 2024-06-03 00:51:44 +00:00