Outputs and hostnames
The root outputs are the fastest way to discover the exact URLs, names, and connection values emitted by a deployment.
Key outputs
| Output | Meaning |
|---|---|
alb_url | public ALB base URL |
alb_dns_name | ALB DNS name |
events_service_name | events ingestion ECS service name |
events_ecr_repository_url | ECR repository for the events API |
events_ingestion_url | events host routed through the ALB |
dashboard_backend_url | dashboard host routed through the ALB |
dashboard_backend_service_name | dashboard ECS service name |
dashboard_backend_ecr_repository_url | ECR repository for the dashboard backend |
dashboard_backend_secret_name | secret name used by the dashboard task |
dashboard_db_endpoint | PostgreSQL endpoint |
dashboard_db_port | PostgreSQL port |
dashboard_db_name | initial PostgreSQL database name |
msk_bootstrap_brokers_tls | internal IAM + TLS Kafka bootstrap brokers |
msk_bootstrap_brokers_public_tls | public IAM + TLS Kafka bootstrap brokers |
kafka_ui_url | Kafka UI hostname routed through the ALB |
msk_s3_sink_bucket_name | export bucket name when the sink is enabled |
msk_connect_plugin_bucket_name | plugin bucket name when created |
msk_s3_sink_connector_name | connector name when enabled |
msk_s3_sink_log_group_name | connector log group when enabled |
Frequently used commands
terraform output -raw dashboard_backend_secret_name
terraform output -raw dashboard_db_endpoint
terraform output -raw dashboard_db_port
terraform output -raw dashboard_db_name
terraform output dashboard_db_master_user_secret_arn
terraform output -raw msk_bootstrap_brokers_tls
Public hostnames
| Surface | Staging example | Production values |
|---|---|---|
| Events ingestion | atlas-ingest.twinfo.io | atlas-prod-ingest.twinfo.io |
| Dashboard backend | atlas-back.twinfo.io | atlas-prod-back.twinfo.io |
| Kafka UI | atlas-kafka.twinfo.io | atlas-prod-kafka.twinfo.io |
Notes on deprecated aliases
The roots still expose:
ecs_cluster_nameecr_repository_url
Those are deprecated aliases for the events service cluster and ECR repository. Prefer the more explicit outputs in new operator workflows.
warning
Treat msk_bootstrap_brokers_tls, msk_bootstrap_brokers_public_tls, and dashboard_db_master_user_secret_arn as sensitive operational values even when Terraform prints them from outputs.