github gruntwork-io/terragrunt v0.75.4

5 hours ago

✨ New Features

The find command

This release introduces experimental support for the find command.

To use it, you will need to enable the cli-redesign experiment.

The find command allows for easy discovery of unit and stack configurations in a Terragrunt codebase.

By default, results are color coded to make it easy to discern different configuration types:

tg-find

When piped into another command, Terragrunt will automatically remove those colors so that it won't interfere with any post-processing:

tg-find-piped

Results can also be emitted in JSON format for more advanced use-cases:

tg-find-json

This is the initial, minimal implementation of the command, with more functionality to come in the near future.

You can learn more about the command here.

What's Changed

  • feat: Adding find command by @yhakbar in #3981
  • fix: Adding docs from role assumption updates in Jekyll docs to Starlight docs by @yhakbar in #3985
  • fix: Fixed failing CircleCI jobs by @denis256 in #3988
  • fix: Remove usage of template provider in text fixtures by @yhakbar in #3986
  • build(deps): bump github.com/gruntwork-io/terratest from 0.47.2 to 0.48.2 by @dependabot in #3858

Full Changelog: v0.75.3...v0.75.4

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.