Rich Infrastructure Summaries in Every PR
When you open a pull request that touches infrastructure, Atmos Pro now posts a beautiful comment that shows exactly what will change — and updates in real time as plans run.
The comment includes a dependency graph showing how your components relate to each other, a status table tracking each stack's progress, and color-coded badges that update live as plans complete.
atmos-probotcommented 1 minute ago
Tip
Atmos Pro Terraform Planin progress
Processing the affected stacks graph.
| Component | Stack | Status |
|---|---|---|
| vpc | prod/us-east-1 | new |
| eks-cluster | prod/us-east-1 | new |
| rds-primary | prod/us-east-1 | new |
| s3-assets | prod/us-east-1 | new |
What You Get
The comment starts with a dependency graph showing how your VPC, EKS cluster, RDS, and other components connect, so reviewers can see the blast radius immediately. Below that, a status table tracks each component's progress with color-coded badges that update live — from dispatched through planning to completed.
Even massive plans stay readable. The comment automatically truncates long output while keeping the summary scannable, so your whole team can review infrastructure changes without scrolling through raw Terraform output.
