feat: provision proxy

This commit is contained in:
2025-10-08 21:18:39 -04:00
parent f4e165921c
commit c42a638a53
5 changed files with 54 additions and 72 deletions

View File

@@ -6,9 +6,9 @@ locals {
domain = "maximhutz.com"
subdomain = "git"
network_cidr = "10.0.0.0/16"
subnet_cidr = "10.0.0.0/24"
proxy_ip = "10.0.0.1"
network_cidr = "10.10.0.0/16"
subnet_cidr = "10.10.0.0/24"
proxy_ip = "10.10.0.10"
}
# ---------------------------------------------------------------------------- #