From 00e9a628d1215f5d42ae785015ca95d818ed381f Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 14 Sep 2025 01:07:32 -0500 Subject: [PATCH] change downloader size to use megabytes, seems like a bug in the plugin --- downloader.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/downloader.tf b/downloader.tf index 879447c..543921b 100644 --- a/downloader.tf +++ b/downloader.tf @@ -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 {