sorting
This commit is contained in:
23
grail.tf
23
grail.tf
@@ -23,17 +23,28 @@ resource "proxmox_lxc" "grail" {
|
||||
}
|
||||
|
||||
mountpoint {
|
||||
key = "1"
|
||||
slot = 1
|
||||
#key = "1"
|
||||
#slot = 1
|
||||
# Dir on host
|
||||
storage = "/media"
|
||||
#storage = "/media"
|
||||
# This is ignored as mount point is used. but must be defined
|
||||
size = "10G"
|
||||
#size = "10G"
|
||||
# volume is needed as a workaround for bug
|
||||
volume = "/media"
|
||||
#volume = "/media"
|
||||
# mountpoint within container
|
||||
#mp = "/media"
|
||||
acl = false
|
||||
backup = false
|
||||
file = null
|
||||
key = "1"
|
||||
mp = "/media"
|
||||
|
||||
quota = false
|
||||
replicate = false
|
||||
shared = false
|
||||
size = "10G"
|
||||
slot = 1
|
||||
storage = null
|
||||
volume = "/media"
|
||||
}
|
||||
|
||||
mountpoint {
|
||||
|
||||
Reference in New Issue
Block a user