Update file main.tf

This commit is contained in:
2023-07-26 22:05:59 +00:00
parent 1308a8fc74
commit 120aa846fb

View File

@@ -20,9 +20,10 @@ resource "proxmox_vm_qemu" "VM" {
disk {
size = "20G"
type = "scsi"
format = "raw"
storage = "ssd-domains"
ssd = 1
backup = false
backup = true
}
network {
model = "virtio"