Terragrunt Versions Save

Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.

v0.57.3

1 month ago

Description

  • Fixed getting output from multiple nested dependencies

v0.57.2

1 month ago

Updated CLI args, config attributes and blocks

  • --terragrunt-json-log
  • --terragrunt-tf-logs-to-json

Description

  • Fixed handling of dependency outputs when JSON log format is enabled

v0.57.1

1 month ago

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache-dir

Description

  • Fixed module request routing with provider caching.
  • Fixed resolving relative provider cache dir path.

v0.57.0

1 month ago

Description

Terraform 1.8 support: We are now testing Terragrunt against Terraform 1.8 and is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in Terraform version that is being tested.

v0.56.5

1 month ago

Updated CLI args, config attributes and blocks

  • apply -destroy

Description

  • Fixes destroy order for apply -destroy alias command

v0.56.4

1 month ago

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache
  • --terragrunt-provider-cache-dir
  • --terragrunt-provider-cache-disable-partial-lock-file
  • --terragrunt-provider-cache-registry-names
  • --terragrunt-provider-cache-hostname
  • --terragrunt-provider-cache-port
  • --terragrunt-provider-cache-token

Description

  • Caching Terraform providers, docs

v0.56.3

1 month ago

Description

  • Fixes slow destroy of config deeply nested in config hierarchy

v0.56.2

1 month ago

Updated CLI args, config attributes and blocks

  • json-render
  • remote_state

Description

  • Adjusted logging level for S3 bucket encryption warnings
  • Added CLI flag --terragrunt-json-disable-dependent-modules to disable identification of root modules during render-json

Special thanks

Special thanks to @kaden-l-nelson for their contribution!

v0.56.1

1 month ago

Updated CLI args, config attributes and blocks

  • terragrunt-info

Description

  • Updated terragrunt-info to return parsed info data in case of error.

v0.56.0

1 month ago

Description

  • Updated officially supported versions of OpenTofu and Terraform
  • Updated CICD tests to run integration tests using Terraform 1.5 and latest Terraform (1.7.x)