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"