blocky: update with dedicated IP

This commit is contained in:
2026-05-02 15:11:57 +02:00
parent 3bcef0afe6
commit 0c6e2a75c9
3 changed files with 26 additions and 20 deletions

View File

@@ -83,6 +83,12 @@ resource "proxmox_virtual_environment_vm" "kube" {
vlan_id = 2
}
network_device {
bridge = "vmbr0"
model = "virtio"
vlan_id = 2
}
operating_system {
type = "l26"
}