- Remove twc_server.tools (tools server decommissioned) - Remove twc_s3_bucket.outline (walava-outline deleted) - Add twc_s3_bucket.docmost (walava-docmost, ID 481385) - Update main server comment, remove tools_ip output - Removed from state: twc_server.tools, twc_s3_bucket.outline - Imported into state: twc_s3_bucket.docmost
13 lines
492 B
HCL
13 lines
492 B
HCL
# ── Серверы ───────────────────────────────────────────────────────────────────
|
|
|
|
resource "twc_server" "main" {
|
|
name = "main"
|
|
comment = "Основной: Traefik, Forgejo, Plane, Docmost, n8n, CI/CD"
|
|
os_id = 99
|
|
preset_id = 2453
|
|
|
|
lifecycle {
|
|
prevent_destroy = true
|
|
ignore_changes = [is_root_password_required]
|
|
}
|
|
}
|