v0.57.12
Updated CLI args, config attributes and blocks
terraform
Description
- Updated Terragrunt to check by default for OpenTofu executable before switching to Terraform.
🛠️ Breaking Change
Note that this release includes a breaking change that was erroneously released as a patch release, in that existing Terragrunt users will start to use OpenTofu instead of Terraform if they upgrade to this version without taking additional action when both tools are installed.
The standard operating procedure in the Terragrunt codebase is to use minor release versions to indicate breaking changes and significant new feature releases, pending the release of 1.0.0.
We will do a better job of correctly communicating the risk of upgrading Terragrunt versions via Semantic Versioning in the future.
If you would like to continue to use Terragrunt with Terraform instead of OpenTofu (and have both installed), you will need to explicitly configure terragrunt-tfpath to do so.