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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
.git
.terraform
.terragrunt-cache
To manually force or suppress discovery, use
--queue-include-dir
and--queue-exclude-dir
respectively.--queue-ignore-errors
no longer breaks DAG resolutionA bug in the implementation of
--queue-ignore-errors
resulted in the flag also preventing the proper resolution of the Directed Acyclic Graph (DAG) when suppressing errors.This has been fixed.
--tf-path
respected through dependenciesA bug in the precedence resolution of the
terraform_binary
HCL attribute and the--tf-path
flag resulted in the default value ofterraform_binary
taking affect (tofu
if bothtofu
andterraform
are installed) whenterraform_binary
was not specified in dependencies.This bug has been resolved, and the
--tf-path
flag will be respected in dependencies as well.Spurious errors resolved in
read_terragrunt_config()
A bug caused the
read_terragrunt_config()
HCL function to return spurious errors when used in a configuration parsed during the discovery phase of configuration resolution of a run.This has been fixed.
What's Changed
hcl fmt
by @yhakbar in feat: Adding queue flags tohcl fmt
gruntwork-io/terragrunt#4950--queue-ignore-errors
resulting in ignored DAG order by @yhakbar in fix: Fixing--queue-ignore-errors
resulting in ignored DAG order gruntwork-io/terragrunt#4953--tf-path
is used in dependencies by @yhakbar in fix: Ensure--tf-path
is used in dependencies gruntwork-io/terragrunt#4955read_terragrunt_config()
during discovery by @yhakbar in fix: Prevent parse errors when usingread_terragrunt_config()
during discovery gruntwork-io/terragrunt#4956--out-dir
and--json-out-dir
by @yhakbar in docs: Updating docs for--out-dir
and--json-out-dir
gruntwork-io/terragrunt#4957Full Changelog: gruntwork-io/terragrunt@v0.90.0...v0.90.1
View the full release notes at https://github.com/gruntwork-io/terragrunt/releases/tag/v0.90.1.