root storage is local-lvm

This commit is contained in:
tolerryan
2025-01-14 01:27:42 -06:00
parent 1b8220a5f2
commit 8181202da5

View File

@@ -18,7 +18,7 @@ resource "proxmox_lxc" "wikmd" {
} }
rootfs { rootfs {
storage = "local" storage = "local-lvm"
size = "32G" size = "32G"
} }