feat: attach lb to network
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user