Terragrunt has first-class support for feature flags. Feature flags improve the speed and safety with which engineers can integrate their IaC: they let engineers integrate incomplete work without introducing undue risk to the infrastructure they manage, decouple infrastructure release from deployment, and codify important information about the evolution of IaC. They were built for teams operating Terragrunt at large scale, where an error in one unit would otherwise prevent its dependents (and their dependents) from running, so that potentially risky changes can be introduced without slowing down code integration across long dependency chains. See the Terragrunt documentation for configuration details and common patterns.
Terragrunt Pipelines
is an out-of-the-box, best practices, secure CI/CD pipeline, built for Terragrunt, by the creators of Terragrunt.
Terragrunt Drift Detection
regularly compares your live cloud resources to your IaC and automatically opens pull requests to eliminate infrastructure drift.
Terragrunt Patcher
is a dependency management tool that keeps your OpenTofu/Terraform modules up to date, even through breaking changes.