Terraform 1.11 support: We are now testing Terragrunt against Terraform 1.11 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: Added support for Terraform 1.11 by @denis256 in #3958
- fix: corrected command
run -- graph
by @levkohimins in #3959
Full Changelog: v0.74.0...v0.75.0