Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support VirtIO RNG #1179

Open
brutesque opened this issue Apr 3, 2024 · 0 comments
Open

Support VirtIO RNG #1179

brutesque opened this issue Apr 3, 2024 · 0 comments
Labels
✨ enhancement New feature or request

Comments

@brutesque
Copy link

Afaik it is currently not possible to set the VirtIO RNG key in the VM's hardware tab using the terraform module.

Screenshot 2024-04-03 at 20 52 44

There is a command-line equivalent for this.

qm set <vmid> -rng0 source=<source>[,max_bytes=X,period=Y]

It would be nice if it's possible to add a block like this:

resource "proxmox_virtual_environment_vm" "templates" {
  ...
  virtio_rng {
    source    = "/dev/urandom"
    max_bytes = 1024
    period    = 1000
  }
  ...
}
@brutesque brutesque added the ✨ enhancement New feature or request label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant