Yes. Terragrunt is an IaC orchestration tool built for both OpenTofu and Terraform. Where OpenTofu/Terraform is the execution engine, Terragrunt is the orchestration and configuration layer for running IaC at scale: it treats OpenTofu/Terraform modules as versioned, reusable infrastructure patterns and deploys them consistently across environments. Terragrunt Scale likewise supports Terragrunt, OpenTofu, and Terraform.
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.