r740/proxmox: add more network card to kube vm

This commit is contained in:
2026-07-08 18:03:49 +02:00
parent 2a90a6d718
commit 3ffc9836e3
+6
View File
@@ -95,6 +95,12 @@ resource "proxmox_virtual_environment_vm" "kube" {
vlan_id = 2
}
network_device {
bridge = "vmbr0"
model = "virtio"
vlan_id = 2
}
operating_system {
type = "l26"
}