move grail settings around
This commit is contained in:
5
grail.tf
5
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 {
|
||||
|
||||
Reference in New Issue
Block a user