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 {