chore(deps): update dependency gruntwork-io/terragrunt to v0.29.4 #101
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
2D40
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.28.18
->v0.29.4
Release Notes
gruntwork-io/terragrunt
v0.29.4
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-iam-assume-role-duration
[new CLI Arg]iam_assume_role_duration
[new config]Description
You can now use the new CLI arg and config setting to configure the duration for the IAM role from
--terragrunt-iam-role
.Special thanks
Thank you to @thehunt33r for the contribution!
Related links
v0.29.3
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-source-map
[CLI Arg]Description
This release introduces
--terragrunt-source-map
, which can be used to provide multiple mappings to translate terragrunt source URLs in the config with another path. See the documentation for more information.Related links
v0.29.2
Compare Source
Updated CLI args, config attributes and blocks
get_aws_account_id
[func]get_aws_caller_identity_arn
[func]get_aws_caller_identity_user_id
[func]Description
get_aws_**
functions ignored the config file (~/.aws/config
).Related links
v0.29.1
Compare Source
Updated CLI args, config attributes and blocks
Description
Related links
v0.29.0
Compare Source
Updated CLI args, config attributes and blocks
Description
Related links
v0.28.24
Compare Source
Updated CLI args, config attributes and blocks
skip_bucket_versioning
Description
skip_bucket_versioning
is set totrue
, and you are using GCS as a backend, Terragrunt will not only not enable versioning automatically, but now it will also no longer try to check if versioning is enabled either.Special thanks
Related links
v0.28.23
Compare Source
Updated CLI args, config attributes and blocks
get_terraform_commands_that_need_locking()
Description
init
from the list of commands returned byget_terraform_commands_that_need_locking()
, asinit
does not support locking, and as of Terraform 0.15, will exit with an error if you try to use the lock parameters with it.Special thanks
Related links
init
from TERRAFORM_COMMANDS_NEED_LOCKING gruntwork-io/terragrunt#1642v0.28.22
Compare Source
Updated CLI args, config attributes and blocks
sops_decrypt_file()
Description
sops
,aws-sdk-go
, andvault
libraries that we depend on. As a result, thesops_decrypt_file()
function should now work with data encrypted via HashiCorp Vault.Special thanks
Related links
v0.28.21
Compare Source
Updated CLI args, config attributes and blocks
get_original_terragrunt_dir()
[NEW]generate
remote_state
Description
get_original_terragrunt_dir()
helper, which returns the directory where the original Terragrunt configuration file (by defaultterragrunt.hcl
) lives. This is primarily useful when one Terragrunt config is being read from another: e.g., if/terraform-code/terragrunt.hcl
callsread_terragrunt_config("/foo/bar.hcl")
, and withinbar.hcl
, you callget_original_terragrunt_dir()
, you'll get back/terraform-code
.generate
andremote_state
settings so that they can be set either as blocks or attributes. This makes it possible to, for example, read these settings fromcommon.hcl
usingread_terragrunt_config
and set them dynamically.Related links
v0.28.20
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-strict-include
Description
--terragrunt-strict-include
, Terragrunt will now only execute within the directories passed in via--terragrunt-include-dir
. If you set--terragrunt-strict-include
, but don't pass in any directories via--terragrunt-include-dir
, then Terragrunt will exit without doing anything. This is arguably a backwards incompatible change, but this is the behavior the--terragrunt-strict-include
flag was intended to have originally, and is less surprising, so we're treating this as a bug fix.Special thanks
Related links
--terragrunt-strict-include
when no--terragrunt-include-dir
flags are included gruntwork-io/terragrunt#1631v0.28.19
Compare Source
Updated CLI args, config attributes and blocks
retry_max_attempts
[NEW]retry_sleep_interval_sec
[NEW]Description
retry_max_attempts
andretry_sleep_interval_sec
, respectively.debug
.Special thanks
Related links
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.