github gruntwork-io/terragrunt v0.75.7

latest releases: v0.75.10, v0.75.9, v0.75.8...
one day ago

✨ New Features

find supports dag sorting

The find command now supports the ability to sort results by their relative positions in the Directed Acyclic Graph (DAG).

To use the find command, you must enable the cli-redesign experiment.

tg-find-no-dag

tg-find-dag

The find command now also supports discovering dependencies of units with the new --dependencies flag.

tg-find-dag-deps

In addition, external dependencies (dependencies outside the working directory where find was run), can be discovered using the --external flag.

tg-find-dag-ext

More information can be found in the find docs.

The stack run command now supports all run flags

The stack run command now supports all the same flags run supports, including --queue-include-dir.

To use stack commands, you must enable the stacks experiment.

As an example of what's supported now:

terragrunt --experiment stacks stack run apply --queue-strict-include --queue-include-dir=./.terragrunt-stack/app1 --non-interactive

More information can be found in the stack run docs.

What's Changed

Full Changelog: v0.75.6...v0.75.7

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.