0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-29 18:21:10 +00:00

feat(lxc): increase maximum supported passthrough devices to 128 (#1968)

Signed-off-by: Marlus Lopes Tavares <marlop352@users.noreply.github.com>
This commit is contained in:
Marlus Lopes Tavares 2025-05-20 22:53:30 -03:00 committed by GitHub
parent a05c941de5
commit 36312406d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ const (
dvUnprivileged = false
maxNetworkInterfaces = 10
maxPassthroughDevices = 8
maxPassthroughDevices = 128
maxMountPoints = 256
mkClone = "clone"