chore(deps): update homebrew formula gruntwork-io/terragrunt to v0.30.4 #149
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:
v0.30.3
->v0.30.4
Release Notes
gruntwork-io/terragrunt
v0.30.4
Compare Source
Updated CLI args, config attributes and blocks
include
[block]Description
You can now access values from included config. E.g., if you want to access a local var
region
defined in the parent terragrunt config, you can referenceinclude.locals.region
in the child config.Note that there are a few limitations/differences with
read_terragrunt_config
:include
references do not include fetched dependencies. This will change in the future.include
references are not automatically available. You must set the newexpose
attribute totrue
to access the included references.include
block in the child, and you can onlyinclude
one level deep (no nestedinclude
s). This will change in the future.(This is the first of several features that implement the Imports RFC)
Related links
gruntwork-io/terragrunt#1566
gruntwork-io/terragrunt#1716
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.