Skip to main content

Terragrunt Version Compatibility

Pipelines reads the Terragrunt and OpenTofu versions to run from the .mise.toml file at the root of your repository. Pin an exact version of each tool in that file and bump it deliberately, so local runs and Pipelines use the same binary and an upgrade shows up as a reviewable change. See the example mise configuration.

TypeTerragrunt VerPipelines VerComments
RecommendedLatest 1.xv4.y.zUse the latest release for the most recent bug fixes and performance improvements. Terragrunt v1 releases are backwards compatible until v2.
0.93.1+v4.y.zEnvironment auth is considerably faster on 0.93.1 and above
Minimum0.86.3v4.y.zThis is the absolute minimum version of Terragrunt for Pipelines v4
Maximum0.84.zv3.y.zPipelines v3.y.z is not compatible with Terragrunt 0.85.0 and above.
Recommended0.77.11v3.y.zPipelines is actively tested with this version of Terragrunt
0.71.3+v3.y.zPipelines automatically supports Terragrunt Stacks
0.68.13+v3.y.zPipelines uses new features in Terragrunt to provide enhanced logging, and the File Dependency feature
Minimum0.59.7v3.y.zThis is the absolute minimum version of Terragrunt for pipelines v3
Minimum0.59.7v2.y.z