feat: provision proxy
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
# ---------------------------------------------------------------------------- #
|
||||
|
||||
Reference in New Issue
Block a user