Update dependency gruntwork-io/terragrunt to v0.38.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gruntwork-io/terragrunt | ironbank-github | patch |
v0.38.0 -> v0.38.1
|
gruntwork-io/terragrunt | patch |
v0.38.0 -> v0.38.1
|
Release Notes
gruntwork-io/terragrunt
v0.38.1
Updated CLI args, config attributes and blocks
-
--terragrunt-no-auto-approve
[NEW CLI FLAG] -
--terragrunt-fetch-dependency-output-from-state
[NEW CLI FLAG] -
run-all
(cmd) -
dependency
(block)
Description
- Added new flag
--terragrunt-no-auto-approve
which will prevent Terragrunt from automatically including the-auto-approve
flag toapply
anddestroy
calls forrun-all
. In order to make the prompts work correctly, Terragrunt will also automatically set parallelism to1
. - Added new flag
--terragrunt-fetch-dependency-output-from-state
which will instruct Terragrunt to directly lookup the outputs from the state object in S3, by passingterraform
. This could drastically speed up the dependency fetching routine. Note that this feature is experimental and only supports the S3 backend. - Added the ability to configure the Server Side Encryption settings for the S3 Bucket, using two new parameters on the config:
bucket_sse_algorithm
bucket_sse_kms_key_id
Special thanks
Special thanks to the following users for their contribution:
Links
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.