This commit is contained in:
2025-10-18 12:53:10 -04:00
parent 440cd09734
commit d2ba0f5b9a
2 changed files with 7 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ resource "proxmox_lxc" "basic" {
// Terraform will crash without rootfs defined
rootfs {
storage = "local-zfs"
storage = "nfs_Protected"
size = "8G"
}