From f27dfd6b67cf780b95a9cd819f61a93b060adace Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:02:20 -0500 Subject: [PATCH] removing /data and /download from grail. it is network mounted --- grail.tf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/grail.tf b/grail.tf index 824a20f..b50861a 100644 --- a/grail.tf +++ b/grail.tf @@ -47,19 +47,6 @@ resource "proxmox_lxc" "grail" { volume = "/media" } - mountpoint { - key = "2" - slot = 2 - # Dir on host - storage = "/downloads" - # volume is needed as a workaround for bug - volume = "/downloads" - # mountpoint within container - mp = "/downloads" - # This is ignored as mount point is used. but must be defined - size = "10G" - } - network { name = "eth0" bridge = "vmbr0"