UNCLASSIFIED - NO CUI

Skip to content

Update dependency gruntwork-io/terragrunt to v0.38.1

renovate requested to merge renovate/gruntwork-io-terragrunt-0.x into development

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

Compare Source

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 to apply and destroy calls for run-all. In order to make the prompts work correctly, Terragrunt will also automatically set parallelism to 1.
  • 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 passing terraform. 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

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports

Loading