From 0ac015c235d0876abf04d8ee46765376e14a10eb Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:12:37 -0500 Subject: [PATCH] update warrior2 ip to 150 --- archivewarrior-2.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivewarrior-2.tf b/archivewarrior-2.tf index 7c28eab..a8b13be 100644 --- a/archivewarrior-2.tf +++ b/archivewarrior-2.tf @@ -25,7 +25,7 @@ resource "proxmox_lxc" "archivewarrior2" { network { name = "eth0" bridge = "vmbr0" - ip = "192.168.0.80/24" + ip = "192.168.0.150/24" gw = "192.168.0.1" }