formatting change
This commit is contained in:
@@ -22,27 +22,13 @@ resource "proxmox_lxc" "downloader" {
|
|||||||
size = "42G"
|
size = "42G"
|
||||||
}
|
}
|
||||||
|
|
||||||
mountpoint {
|
mountpoint{
|
||||||
|
key = "0"
|
||||||
# Dir on host
|
slot = 0
|
||||||
#storage = "/media"
|
storage = "watari"
|
||||||
# This is ignored as mount point is used. but must be defined
|
mp = "/data"
|
||||||
# volume is needed as a workaround for bug
|
# 300GB, terraform plugin is setting it to Ms
|
||||||
#volume = "/media"
|
size = "12000000M"
|
||||||
# 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 {
|
network {
|
||||||
|
|||||||
Reference in New Issue
Block a user