From 8d847526219d530c5021ab6a8be2cda617d3cf09 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:32:01 -0600 Subject: [PATCH] quotes --- nas.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nas.tf b/nas.tf index 7ea3087..6975948 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 = 42G + size = "42G" storage = "local-lvm" } }