fix grail storage name

This commit is contained in:
tolerryan
2024-11-04 22:08:57 -06:00
parent 60e8ff5d19
commit 90ec6c685d

View File

@@ -18,7 +18,7 @@ resource "proxmox_lxc" "grail" {
} }
rootfs { rootfs {
storage = "junk2" storage = "Junk2"
size = "32G" size = "32G"
} }