changes post telmate bump
This commit is contained in:
2
nas.tf
2
nas.tf
@@ -18,7 +18,6 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
# VM CPU Settings
|
# VM CPU Settings
|
||||||
cores = 6
|
cores = 6
|
||||||
sockets = 1
|
sockets = 1
|
||||||
cpu = "host"
|
|
||||||
|
|
||||||
# VM Memory Settings
|
# VM Memory Settings
|
||||||
memory = 4024
|
memory = 4024
|
||||||
@@ -60,6 +59,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
|
|
||||||
# VM Network Settings
|
# VM Network Settings
|
||||||
network {
|
network {
|
||||||
|
id = "net0"
|
||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
model = "virtio"
|
model = "virtio"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user