From 77ab404e38f1a1347fd9f901adba0d2f3a80dbe4 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:11:07 -0500 Subject: [PATCH] move grail settings around --- grail.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/grail.tf b/grail.tf index 736e743..9b821c6 100644 --- a/grail.tf +++ b/grail.tf @@ -27,12 +27,13 @@ resource "proxmox_lxc" "grail" { slot = 1 # Dir on host storage = "/media" + # This is ignored as mount point is used. but must be defined + size = "10G" # volume is needed as a workaround for bug volume = "/media" # mountpoint within container mp = "/media" - # This is ignored as mount point is used. but must be defined - size = "10G" + } mountpoint {