Skip to content

CI integration

Your pipeline already runs terraform plan and terraform apply. The CI integration sends Aletheia the results, so the change timeline knows what your automation intended and what it actually did.

  • Plans — the plan your pipeline generated, describing intended changes.
  • Executions — the apply your pipeline ran, describing what actually happened.

This integration is observational. It never runs terraform apply, never touches your state, and holds no cloud credentials. Your pipeline runs Terraform exactly as it does today and reports the outcome afterwards.

You generate an ingest token under Administration and give it to your pipeline as a secret. The token is scoped to your organization and to ingest only — it cannot read your inventory, and it is not a user token. Revoke it at any time without affecting anyone’s login.