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" } - } + + } }