diff --git a/nas.tf b/nas.tf index c881579..7ea3087 100644 --- a/nas.tf +++ b/nas.tf @@ -44,7 +44,7 @@ resource "proxmox_vm_qemu" "nas" { mbps_wr_burst = 0.0 mbps_wr_concurrent = 0.0 replicate = true - size = 42 + size = 42G storage = "local-lvm" } }