It's a zero-config wrapper that automatically injects Git commit SHA, branch, and repo URL into every resource you deploy via Terraform or CloudFormation.
Key features: • Zero configuration - wraps your existing terraform/aws commands • Works with Terraform (AWS/Azure/GCP) and CloudFormation • CI/CD friendly - detects GitHub Actions, GitLab CI, Jenkins, etc. • Security hardened - input sanitization, no external calls
5-minute demo: curl install.sh | bash cd your-terraform-project terraform apply # All resources now tagged with git_sha, git_branch, git_repo
Real-world examples: https://github.com/trupositive-ai/trupositive/tree/main/exam...
Built this for our team after spending too many hours doing "git archaeology" during incidents. Open source under MIT.
Feedback welcome - especially interested if anyone has tackled this differently!