@@ -18,7 +18,6 @@ resource "proxmox_vm_qemu" "nas" {
# VM CPU Settings
cores = 6
sockets = 1
cpu = "host"
# VM Memory Settings
memory = 4024
@@ -60,6 +59,7 @@ resource "proxmox_vm_qemu" "nas" {
# VM Network Settings
network {
id = "net0"
bridge = "vmbr0"
model = "virtio"
}
The note is not visible to the blocked user.