Announcing Audit Trail

By Malcolm Matalka on Dec 28, 2023
Announcing Audit Trail

We are excited to announce our Audit Trail functionality. Everything you want to know about operations that Terrateam has executed is now at your fingertips.

Infrastructure as Code allows us to explore the changes to our codebase with all of the tools we, as developers, are familiar with. However, not all information is in the codebase, for example test output.

In building Audit Trail, we knew how important it is to developers to have a powerful way to query their Terraform operations. We leverage our Tag Query Language to provide a familiar and robust interface.

To use Audit Trail, log-in to the Terrateam Console.

Audit trail with query

Example Queries

  • created_at:2023-11-01..2023-12-01 - All runs from November 1st 2023 to, but not including, December 1st 2023.
  • created_at:2023-11-01..2023-12-01 and user:joe - All runs from November 1st 2023 to, but not including, December 1st 2023 done by the joe user.
  • created_at:2023-11-01..2023-12-01 and user:joe and (dir:envs/prod/s3 or dir:envs/prod/iam) - All runs from November 1st 2023 to, but not including, December 1st 2023 done by the joe user where the directories envs/prod/s3 or envs/prod/iam were executed.

Curious how we implemented Audit Trail? See our blog post: Ocaml to PostgreSQL: Building Dynamic Queries with Type Safety.

We use cookies and similar technologies to provide certain features, enhance the user experience and deliver content that is relevant to your interests. Depending on their purpose, analysis and marketing cookies may be used in addition to technically necessary cookies. By clicking on "Agree and continue", you declare your consent to the use of the aforementioned cookies. Here you can make detailed settings or revoke your consent (in part if necessary) with effect for the future. For further information, please refer to our Privacy Policy .