✨ New Features
The exec
command now supports --tf-path
The exec
command has gained support for use of the --tf-path
flag. This can be important when Terragrunt incidentally uses OpenTofu/Terraform to do things like fetch outputs from dependencies.
Thanks to @erpel for contributing this feature!
What's Changed
- feat: Add tf-path flag to exec command by @erpel in #4343
- fix: Optimizing CI cache keys by @yhakbar in #4362
- docs: gcp docs update by @denis256 in #4361
Full Changelog: v0.80.3...v0.80.4