chore: set lxc storage location to local

This commit is contained in:
2025-10-02 21:44:19 +10:00
parent 51866db4f9
commit cae3acac0c
2 changed files with 26 additions and 1 deletions

View File

@ -22,7 +22,7 @@ resource "proxmox_lxc" "gtar" {
swap = "512"
rootfs {
storage = "local-zfs"
storage = "local"
size = "8G"
}