From a6ebbb3a4d1cc4f4f55669bb3838dd28165c2b92 Mon Sep 17 00:00:00 2001 From: Iurii Anfinogenov Date: Sat, 18 Apr 2026 10:15:10 +0000 Subject: [PATCH] work state --- infra/locals.tf | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/infra/locals.tf b/infra/locals.tf index 66ffb71..cc609e7 100644 --- a/infra/locals.tf +++ b/infra/locals.tf @@ -17,15 +17,27 @@ locals { nodes = { - sing-box-tun= { + # sing-box-tun= { + # cloudinit = "vm.yml" + # index = 2 + # cpu = 1 + # memory = 2048 + # disk = 7 + # datastore = "local-lvm" + # ip_offset = 0 + # ip = "192.168.22.50" + # } + + lesson= { cloudinit = "vm.yml" index = 2 - cpu = 1 + cpu = 2 memory = 2048 disk = 7 datastore = "local-lvm" ip_offset = 0 - ip = "192.168.22.50" + ip = "192.168.22.52" } - } + + } }