Terragrunt Integration β
Terramate now features built-in change detection for Terragrunt projects. This integration allows you to quickly identify which Terragrunt stacks changed based on the structure of the configuration.
How it works β
In addition to the normal stack change detection, Terramate parses the Terragrunt configuration and also identify the cases below:
- included files (by processing
includeblocks) - dependencies (
dependencyanddependenciesblocks) - file read by function calls (
read_terragrunt_config(),read_tfvars_file()and etc) - local
terraform.sourceblocks. - etc