feat: add control plane node
This commit is contained in:
@@ -4,8 +4,9 @@ locals {
|
||||
|
||||
nat-private-ip = "10.0.2.8"
|
||||
servers = {
|
||||
node-a = "10.0.2.9"
|
||||
node-b = "10.0.2.10"
|
||||
control = "10.0.2.11"
|
||||
node-a = "10.0.2.9"
|
||||
node-b = "10.0.2.10"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user