feat: added server instances

This commit is contained in:
2025-12-30 12:30:52 -05:00
parent 8d9d04810c
commit 1e17d87b4f
4 changed files with 29 additions and 13 deletions

View File

@@ -2,6 +2,10 @@ locals {
net-cidr = "10.0.0.0/8"
nat-private-ip = "10.0.1.5"
servers = {
Node0 = "10.0.2.0"
Node1 = "10.0.2.1"
}
}
variable "public_key_file" {