Skip to content

v0.38.1

Compare
Choose a tag to compare
@yorinasub17 yorinasub17 released this 22 Jun 19:39
· 334 commits to master since this release
47f16b7

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