diff --git a/srv-debianlxc.tf b/srv-debianlxc.tf index 583e755..cb11424 100644 --- a/srv-debianlxc.tf +++ b/srv-debianlxc.tf @@ -11,7 +11,7 @@ resource "proxmox_lxc" "basic" { // Terraform will crash without rootfs defined rootfs { - storage = "local" + storage = "local-zfs" size = "8G" }