diggerhq / digger

Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline ⚡️
https://digger.dev
Apache License 2.0
2.86k stars 132 forks source link

Store state transformation logs #429

Open ZIJ opened 1 year ago

ZIJ commented 1 year ago

Another potentially useful feature could be storing of state transformation logs, so that it would allow auditing changes in the infrastructure - who applied changes and when, something like AWS CloudTrail but on terraform level, maybe with some UI reports. This would also allow to track direct changes in terraform state done in #428

Raised by Igor Pinchuk (commonground ai)

motatoes commented 1 year ago

This seems like a great piece for the digger dashboard - storing of history of changes made, terraform runs, who triggered the actions and when