feat: Add drifthound and fix missing ref (#305)

This commit is contained in:
Luis Fernández
2025-12-16 10:43:37 +01:00
committed by GitHub
parent 3af1f178c9
commit f047fffddb

View File

@@ -16,6 +16,7 @@ Terraform enables you to safely and predictably create, change, and improve prod
- [Official Resources](#official-resources)
- [Community](#community)
- [Books](#books)
- [Learning and Studying](#learning-and-studying)
- [Tutorials and Blog Posts](#tutorials-and-blog-posts)
- [Beginner Guides](#beginner-guides)
- [Writing Custom Providers](#writing-custom-providers)
@@ -332,6 +333,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi
- [Coder](https://coder.com/) - Coder provisions software development environments on your infrastructure via Terraform.
- [coretech/terrafile](https://github.com/coretech/terrafile) - Systematically manage external modules from Github for use in Terraform (written in Go). :skull:
- [driftctl](https://github.com/snyk/driftctl) - Detect, track, and alert on infrastructure drift :skull:
- [drifthound](https://github.com/treezio/drifthound) - Continuous infrastructure drift detection with historical tracking and notifications.
- [dxw/terrafile](https://github.com/dxw/terrafile) - Systematically manage external modules from Github for use in Terraform (written in Ruby).
- [flora](https://github.com/ketchoop/flora) - Terraform version manager.
- [fogg](https://github.com/chanzuckerberg/fogg) - A tool for eliminating toil in managing terraform repositories.