From e6188861a22f3123bddaee4b8540145a8fe0e150 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:34:54 -0500 Subject: [PATCH] sorting --- grail.tf | 25 ++++++++++++++++++------- nas.tf | 2 +- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/grail.tf b/grail.tf index 9b821c6..9d43ccb 100644 --- a/grail.tf +++ b/grail.tf @@ -23,17 +23,28 @@ resource "proxmox_lxc" "grail" { } mountpoint { - key = "1" - slot = 1 + #key = "1" + #slot = 1 # Dir on host - storage = "/media" + #storage = "/media" # This is ignored as mount point is used. but must be defined - size = "10G" + #size = "10G" # volume is needed as a workaround for bug - volume = "/media" + #volume = "/media" # mountpoint within container - mp = "/media" - + #mp = "/media" + acl = false + backup = false + file = null + key = "1" + mp = "/media" + quota = false + replicate = false + shared = false + size = "10G" + slot = 1 + storage = null + volume = "/media" } mountpoint { diff --git a/nas.tf b/nas.tf index 9a52f54..59625aa 100644 --- a/nas.tf +++ b/nas.tf @@ -4,7 +4,7 @@ resource "proxmox_vm_qemu" "nas" { target_node = "ryuk" vmid = "301" name = "nas" - desc = "nas storage" + description = "nas storage" # VM Advanced General Settings onboot = true