A workspace's run list tells you what Terraform did in that workspace. It does not put the apply next to the alert that followed it, or next to the application deploy that went out at the same time. Kollaber records completed runs as timeline events so infrastructure changes sit alongside everything else that changed.
In HCP Terraform, go to Settings, then Notifications, then Create a notification, and choose Webhook.
Use your environment UUID in the URL and your WEBHOOK_SECRET as the token.
URL: https://kollaber.io/webhooks/terraform?environment_id=<uuid> Token: your WEBHOOK_SECRET Triggers: Completed, Errored
The next completed run appears on the timeline, with the workspace as the service name.
Yes. Triggers that do not represent a change — plan, cancel, discard — are accepted and skipped rather than recorded, so nothing pollutes the timeline or the DORA figures.
The environment comes from the environment_id in the notification URL, so create one notification per workspace pointing at whichever environment it manages.
The webhook format is the same, so a Terraform Enterprise workspace configured with the same URL and token behaves identically.
The free plan covers two environments and five members. The full reference for this integration lives in the docs.