Description
Terraform 1.10 support: We are now testing Terragrunt against Terraform 1.10 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.
What's Changed
- feat: Implementation of
--all
--graph
flags by @levkohimins in #3944 - feat: Added support for Terraform 1.10 by @denis256 in #3605
Full Changelog: v0.73.16...v0.74.0