update vm creation tempaltes [ci skip]
This commit is contained in:
parent
e173bbe11b
commit
80ee33f003
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue