feat: attach lb to network

This commit is contained in:
2025-12-31 12:13:02 -05:00
parent a916da7d45
commit f39b29288e
2 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ locals {
subnet-cidr = "10.0.2.0/24"
nat-private-ip = "10.0.2.8"
lb-private-ip = "10.0.2.128"
servers = {
control = "10.0.2.11"
node-a = "10.0.2.9"