github gruntwork-io/terragrunt v0.52.0

latest releases: v0.67.10, v0.67.9, v0.67.8...
11 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.