This repository is a fork of the Terragrunt reference architecture to demonstrate how to enhance Terragrunt with Terramate by adding:
- Orchestration with Change Detection to automatically detect and execute modules that contain changes only using
terragrunt plan
andterragrunt apply
. - GitOps automation workflows in GitHub Actions (or any other CI/CD) to automate Terragrunt with plan previews in Pull Requests in your CI/CD without requiring any additional tooling such as Atlantis.
- Drift detection and reconciliation to keep your Terragrunt modules drift-free with scheduled workflows in GitHub actions.
- Observability and Visibility to understand the health and infrastructure managed in your modules.
Please read our Terramate and Terragrunt guide to learn more about how this repository works and how you can use Terramate to supercharge Terragrunt.
To learn more about Terragrunt and the infrastructure-live example, please look at the terragrunt-infrastructure-live-example repository.