chore(deps): update dependency gruntwork-io/terragrunt to v0.31.0 #129
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.29.10
->v0.31.0
Release Notes
gruntwork-io/terragrunt
v0.31.0
Compare Source
Description
Related links
gruntwork-io/terragrunt#1726
v0.30.7
Compare Source
Updated CLI args, config attributes and blocks
include
[block]Description
Fix bug where using an exposed
include
withlocal
in the same expression did not work when referencing inlocals
blocks.Related links
gruntwork-io/terragrunt#1727
gruntwork-io/terragrunt#1728
v0.30.6
Compare Source
Updated CLI args, config attributes and blocks
remote_state
[block]Description
remote_state
block handles the AWS partition settings so that it works correctly with GovCloud.Special thanks
Related links
v0.30.5
Compare Source
Updated CLI args, config attributes and blocks
include
[block]Description
Fix bug where exposing
include
did not work when referencing inlocals
blocks.Related links
gruntwork-io/terragrunt#1721
gruntwork-io/terragrunt#1723
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
v0.30.3
Compare Source
Updated CLI args, config attributes and blocks
run-all
[command]Description
Improved error messaging when multiple errors are returned.
Special thanks
Special thanks to @derom for their contribution!
Related links
gruntwork-io/terragrunt#1703
v0.30.2
Compare Source
Updated CLI args, config attributes and blocks
aws-provider-patch
(command)Description
Improve error messages in
aws-provider-patch
when the json input is malformed.Related links
gruntwork-io/terragrunt#1715
v0.30.1
Compare Source
Updated CLI args, config attributes and blocks
hclfmt
(command)Description
Updated documentation and help text in
hclfmt
command to clarify that it works on all files withhcl
extension, not justterragrunt.hcl
.Special thanks
Special thanks to @edgarsandi for their contribution!
Related links
gruntwork-io/terragrunt#1713
v0.30.0
Compare Source
Updated CLI args, config attributes and blocks
aws-provider-patch
(command)Description
aws-provider-patch
now supports additional data types. Previouslyaws-provider-patch
only supported patching strings, which made it impossible to patch provider attributes that are not strings (e.g., theallowed_account_ids
attribute of theaws
provider, which islist(string)
type).Note that to support this, the
aws-provider-patch
now expects attribute values to be json encoded when passed in. That means that you need to quote the values in order for it to work. For example, if you previously ran:you need to update the call to:
Related links
gruntwork-io/terragrunt#1714
gruntwork-io/terragrunt#1709
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.