From bbd5d9f8128d9cac0b97d5bdae5028f776f3e547 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 5 Oct 2025 23:58:53 -0500 Subject: [PATCH] update downloaders to debian 13, first test --- downloader.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader.tf b/downloader.tf index 44826aa..e74a025 100644 --- a/downloader.tf +++ b/downloader.tf @@ -2,7 +2,7 @@ resource "proxmox_lxc" "downloader" { target_node = "ryuk" hostname = "downloader" vmid = 222 - ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst" + ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst" password = "terraform" unprivileged = true cores = 6