Add trupositive - Git metadata tagging tool (#319)

Adding trupositive - a zero-config wrapper that automatically tags 
Terraform resources with Git metadata (SHA, branch, repo).
   
Useful for tracing infrastructure back to code commits.
This commit is contained in:
simmestdagh
2026-02-06 21:55:23 +01:00
committed by GitHub
parent 26ae329fbf
commit f6680da94a

View File

@@ -470,6 +470,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi
- [tofuenv](https://github.com/tofuutils/tofuenv) - OpenTofu version manager inspired by tfenv
- [tpm](https://github.com/Madh93/tpm) - A package manager for Terraform providers.
- [travelgrunt](https://github.com/ivanilves/travelgrunt) - cd inside [mono]repos without fatigue!
- [trupositive](https://github.com/trupositive-ai/trupositive) - Zero-config wrapper that automatically injects Git metadata (commit SHA, branch, repo) into all Terraform-managed resources.
- [validIaC](https://github.com/gofireflyio/validiac) - ValidIaC combines the best open-source tools to help ensure Terraform best practices, hygiene & security.
- [xterrafile](https://github.com/devopsmakers/xterrafile) Systematically manage external modules from the module registry, git, or local directories for use in Terraform (written in Go). :skull:
- [yj](https://github.com/sclevine/yj) - CLI - Convert between YAML, TOML, JSON, and HCL. Preserves map order.