chore: rename servers to main and tools in Timeweb
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8a3aaa2fca
commit
f704ede1cd
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# ── Серверы ───────────────────────────────────────────────────────────────────
|
||||
|
||||
resource "twc_server" "main" {
|
||||
name = "VISUAL"
|
||||
name = "main"
|
||||
comment = "Основной: Traefik, Forgejo, Plane, Vaultwarden, Outline, n8n, CI/CD"
|
||||
os_id = 99
|
||||
preset_id = 2453
|
||||
|
|
@ -13,7 +13,7 @@ resource "twc_server" "main" {
|
|||
}
|
||||
|
||||
resource "twc_server" "tools" {
|
||||
name = "visual-tools"
|
||||
name = "tools"
|
||||
comment = "Мониторинг: Grafana, Prometheus, Loki, AlertManager, Uptime Kuma"
|
||||
os_id = 99
|
||||
preset_id = 2449
|
||||
|
|
|
|||
Loading…
Reference in a new issue