change downloader size to use megabytes, seems like a bug in the plugin
This commit is contained in:
@@ -27,7 +27,8 @@ resource "proxmox_lxc" "downloader" {
|
||||
slot = 0
|
||||
storage = "Ceph"
|
||||
mp = "/data"
|
||||
size = "1.2T"
|
||||
# 1.2TB, terraform plugin is setting it to M
|
||||
size = "1258292M"
|
||||
}
|
||||
|
||||
network {
|
||||
|
||||
Reference in New Issue
Block a user