feat: provisioned resources

This commit is contained in:
2025-10-07 21:48:56 -04:00
parent 5f2b51ef09
commit 767fd3b503
6 changed files with 104 additions and 78 deletions

View File

@@ -7,8 +7,8 @@ locals {
subdomain = "git"
network_cidr = "10.0.0.0/16"
gitea_ip = "10.0.0.16"
runner_ip = "10.0.0.17"
gitea_ip = "10.0.10.16"
runner_ip = "10.0.10.17"
}
# ---------------------------------------------------------------------------- #