From f047fffddbc7744a87c59c9278ad947856a62b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fern=C3=A1ndez?= Date: Tue, 16 Dec 2025 10:43:37 +0100 Subject: [PATCH] feat: Add drifthound and fix missing ref (#305) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 651d3c6..3713713 100644 --- a/README.md +++ b/README.md @@ -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.