attempt idk a lot

This commit is contained in:
2025-10-18 12:08:50 -04:00
parent 92e773faf4
commit 440cd09734

View File

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