change downloader size to use megabytes, seems like a bug in the plugin

This commit is contained in:
tolerryan
2025-09-14 01:07:32 -05:00
parent d18d167f12
commit 00e9a628d1

View File

@@ -27,7 +27,8 @@ resource "proxmox_lxc" "downloader" {
slot = 0 slot = 0
storage = "Ceph" storage = "Ceph"
mp = "/data" mp = "/data"
size = "1.2T" # 1.2TB, terraform plugin is setting it to M
size = "1258292M"
} }
network { network {