fix: ips not valid
This commit is contained in:
@@ -1 +1 @@
|
||||
{}
|
||||
{"nat-public-ip": {"sensitive": false, "type": "string", "value": "37.27.12.195"}}
|
||||
@@ -2,10 +2,10 @@ locals {
|
||||
net-cidr = "10.0.0.0/8"
|
||||
subnet-cidr = "10.0.2.0/24"
|
||||
|
||||
nat-private-ip = "10.0.1.5"
|
||||
nat-private-ip = "10.0.2.8"
|
||||
servers = {
|
||||
node-0 = "10.0.2.0"
|
||||
node-1 = "10.0.2.1"
|
||||
node-a = "10.0.2.9"
|
||||
node-b = "10.0.2.10"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user