infra/terraform/outputs.tf
jack 339f0e8484
Some checks failed
CI/CD / syntax-check (push) Successful in 1m21s
CI/CD / deploy (push) Has been cancelled
terraform: remove tools server and outline bucket, add docmost bucket
- 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
2026-03-27 19:18:26 +07:00

4 lines
93 B
HCL

output "main_ip" {
description = "IP main-сервера"
value = "87.249.49.32"
}