github gruntwork-io/terragrunt v0.52.0

latest releases: v0.68.13, v0.68.13-beta2024111301, v0.68.13-alpha2024111301...
13 months ago

Description

  • Added support for OpenTofu in Terragrunt, by default, will be wrapped terraform command with a fallback to tofu.

Related links

Migration guide

Switching to tofu:

  1. Install OpenTofu cli https://github.com/opentofu/opentofu
  2. Apply one of:
  • Option 1: Remove terraform binary from PATH
  • Option 2: Define env variable TERRAGRUNT_TFPATH=tofu
  • Option 3: When launching terragrunt, specify --terragrunt-tfpath tofu

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.