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
What's Changed
- feat: Adding
--terragrunt-queue-include-units-reading
by @yhakbar in #3550 - fix: Re-introducing
--terragrunt-hclfmt-file
docs by @yhakbar in #3552 - docs: Adding documentation for release process by @yhakbar in #3487
- docs: Adding Discord Markdown badge by @yhakbar in #3539
- chore: Refactoring out helpers by @yhakbar in #3465
Full Changelog: v0.68.12...v0.68.13