Terraform: imported main (7004701) + tools (7076013) into state, destroyed mon (7076015, 188.225.79.34). State: No changes. S3: fix endpoint s3.timeweb.cloud → s3.twcstorage.ru (actual Timeweb endpoint), remove AWS_S3_ACL=private (Timeweb doesn't support per-object ACLs — was causing Outline upload failures). Vault: added vault_timeweb_token. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
188 B
HCL
9 lines
188 B
HCL
output "main_ip" {
|
|
description = "IP main-сервера"
|
|
value = "87.249.49.32"
|
|
}
|
|
|
|
output "tools_ip" {
|
|
description = "IP tools-сервера"
|
|
value = "85.193.83.9"
|
|
}
|