chore: rename servers to main and tools in Timeweb

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jack 2026-03-27 04:27:23 +07:00
parent 8a3aaa2fca
commit f704ede1cd

View file

@ -1,7 +1,7 @@
# Серверы # Серверы
resource "twc_server" "main" { resource "twc_server" "main" {
name = "VISUAL" name = "main"
comment = "Основной: Traefik, Forgejo, Plane, Vaultwarden, Outline, n8n, CI/CD" comment = "Основной: Traefik, Forgejo, Plane, Vaultwarden, Outline, n8n, CI/CD"
os_id = 99 os_id = 99
preset_id = 2453 preset_id = 2453
@ -13,7 +13,7 @@ resource "twc_server" "main" {
} }
resource "twc_server" "tools" { resource "twc_server" "tools" {
name = "visual-tools" name = "tools"
comment = "Мониторинг: Grafana, Prometheus, Loki, AlertManager, Uptime Kuma" comment = "Мониторинг: Grafana, Prometheus, Loki, AlertManager, Uptime Kuma"
os_id = 99 os_id = 99
preset_id = 2449 preset_id = 2449