chore(deps): update dependency terragrunt to v0.72.2 #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.72.1
->0.72.2
Release Notes
gruntwork-io/terragrunt (terragrunt)
v0.72.2
Compare Source
✨ New Features
Stack
run
commandThe
terragrunt stack
command now supports a newrun
sub-command.The
run
command automatically generates a Terragrunt stack using theterragrunt.stack.hcl
file found in the current directory, then runs all the units within it in a fashion very similar to therun-all
command.To try it out, make sure you enable the stacks experiment.
Read the docs to learn more.
Example usage:
Native OpenTofu State Encryption
Terragrunt now has native support for OpenTofu state encryption configurations.
In addition to the existing
backend
andconfig
attributes on theremote_state
configuration block, Terragrunt now supports anencryption
attribute that configures OpenTofu backend state encryption automatically, with type validation for a native experience using state encryption.The currently supported key providers are:
pbkdf2
aws_kms
gcp_kms
To integrate this new feature into your projects read the docs.
Special thanks for @norman-zon for taking on the work of integrating this into Terragrunt and collaborating with us on resolution!
What's Changed
stack run
command by @denis256 in https://github.com/gruntwork-io/terragrunt/pull/3762New Contributors
Full Changelog: gruntwork-io/terragrunt@v0.72.1...v0.72.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.