diff --git a/downloader.tf b/downloader.tf index 0cd3b5f..f390c91 100644 --- a/downloader.tf +++ b/downloader.tf @@ -22,6 +22,29 @@ resource "proxmox_lxc" "downloader" { size = "42G" } + mountpoint { + + # Dir on host + #storage = "/media" + # This is ignored as mount point is used. but must be defined + # volume is needed as a workaround for bug + #volume = "/media" + # mountpoint within container + #mp = "/media" + acl = false + file = null + key = "1" + mp = "/media" + size = "12000G" + quota = false + replicate = false + shared = false + backup = false + slot = 1 + storage = watari + volume = "/data" + } + network { name = "eth0" bridge = "vmbr0"