Update dependency gruntwork-io/terragrunt to v0.68.13
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gruntwork-io/terragrunt | patch |
v0.68.12 -> v0.68.13
|
|
gruntwork-io/terragrunt | ironbank-github | patch |
v0.68.12 -> v0.68.13
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
gruntwork-io/terragrunt (gruntwork-io/terragrunt)
v0.68.13
Updated CLI args, config attributes and blocks
terragrunt-queue-include-units-reading
mark_as_read
terragrunt-queue-include-units-reading
Feature Description
Drive inclusion into the Terragrunt run queue using the name of a file read via an HCL function. This can used to do things like drive inclusion into the run queue when one terragrunt.hcl
file reads another via functions like read_terragrunt_config
.
⚠ ️ Limitation in new flag
As described at the bottom of terragrunt-queue-include-units-reading docs, due to the order in which HCL configurations are parsed in Terragrunt, functions reading files within HCL must do so within the locals
block to result in changes to inclusion into the run queue.
This is a limitation that the maintainers will actively look to address, but will require substantial rework in HCL parsing to remove correctly.
Supported HCL Functions
-
read_terragrunt_config
-
sops_decrypt_file
-
read_tfvars_file
-
mark_as_read
[new]
Relevant RFC
https://github.com/gruntwork-io/terragrunt/issues/3418
What's Changed
- feat: Adding
--terragrunt-queue-include-units-reading
by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3550 - fix: Re-introducing
--terragrunt-hclfmt-file
docs by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3552 - docs: Adding documentation for release process by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3487
- docs: Adding Discord Markdown badge by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3539
- chore: Refactoring out helpers by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3465
Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.68.12...v0.68.13
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.