Terragrunt Versions Save

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

v0.57.6

3 weeks ago

Description

  • Removed example with destroy execution.
  • Got rid of code under BUSL license.

v0.57.5

4 weeks ago

Description

  • Bump golang.org/x/net from 0.19.0 to 0.23.0

v0.57.4

4 weeks ago

Updated CLI args, config attributes and blocks

  • run-all
  • --terragrunt-out-dir

Description

  • Added --terragrunt-out-dir CLI argument to use Terraform plan in run-all commands from a specific directory.

v0.57.3

4 weeks 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