Update terraform/main.tf

This commit is contained in:
2026-02-14 23:08:51 +01:00
parent d271f3abd1
commit 0bd74021df

View File

@@ -15,6 +15,7 @@ resource "proxmox_vm_qemu" "vm1" {
}
network {
id = 0
model = "virtio"
bridge = "vmbr0"
}