Terragrunt Versions Save

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

v0.58.2

1 day ago

Updated CLI args, config attributes and blocks

  • --terragrunt-json-log
  • --terragrunt-tf-logs-to-json
  • --terragrunt-include-module-prefix

Description

  • Fixed generation of plan JSON files when JSON log format is enabled.

v0.58.1

3 days ago

Updated CLI args, config attributes and blocks

  • generate

Description

  • Added if_disabled attribute for generate block.

v0.58.0

3 days ago

Description

OpenTofu 1.7 support: We are now testing Terragrunt against OpenTofu 1.7 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 the OpenTofu version that is being tested.

v0.57.13

6 days ago

Description

  • Fixed parsing Terragrunt Provider Cache response by @ignatenkobrain

v0.57.12

1 week ago

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated Terragrunt to check by default for OpenTofu executable before switching to Terraform.

v0.57.11

1 week ago

Updated CLI args, config attributes and blocks

  • run-all show
  • show

Description

  • Synced Terraform CLI args for show command by @ignatenkobrain

v0.57.10

1 week ago

Updated CLI args, config attributes and blocks

  • OpenTelemetry traces reporting

Description

  • Added TRACEPARENT environment variable support for reporting parent traces in OpenTelemetry trace collection.

v0.57.9

1 week ago

Description

  • Added hash and signature checks for cached providers.

v0.57.8

1 week ago

Updated CLI args, config attributes and blocks

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

Description

  • Updated --terragrunt-out-dir to use plan from directory hierarchy.
  • Added new flag --terragrunt-json-out-dir to save plan in JSON format.

v0.57.7

1 week ago

Description

  • Updated github.com/hashicorp/go-getter dependency to 1.7.4

Special thanks

Special thanks to @jdaftari-confluent for their contribution!