From df3a31c3d3a370c8e3cf13fc7eb9c19a0699647e Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 17 Nov 2025 00:10:16 -0600 Subject: [PATCH] syncing with current status --- downloader.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader.tf b/downloader.tf index bc70403..306c9f8 100644 --- a/downloader.tf +++ b/downloader.tf @@ -1,5 +1,5 @@ resource "proxmox_lxc" "downloader" { - target_node = "ryuk" + target_node = "ryuk2" hostname = "downloader" vmid = 222 ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"