update vm creation tempaltes [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-14 09:46:39 +00:00
parent e173bbe11b
commit 80ee33f003
3 changed files with 3 additions and 2 deletions

View file

@ -89,7 +89,7 @@ resource "proxmox_vm_qemu" "cloudinit-vm" {
network {
id = 0
bridge = var.bridge
model = "e1000"
model = "virtio"
macaddr = var.vm_mac_address
tag = var.vlan_tag
}