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 { disk {
size = "20G" size = "20G"
type = "scsi" type = "scsi"
format = "raw"
storage = "ssd-domains" storage = "ssd-domains"
ssd = 1 ssd = 1
backup = false backup = true
} }
network { network {
model = "virtio" model = "virtio"