✨ New Features
- Improved error handling by adding a test check for non-existent stack and unit paths, ensuring clearer messages when expected files are missing.
- Added support for reading stack and values files
read_terragrunt_config()
now handles both formats.
What's Changed
- feat: added support for reading stack configuration and values files by @denis256 in #4085
- feat: enhanced stack validation with improved checks and error reporting by @denis256 in #4078
Validation demo:
Read config demo:
Stacks RFC: #3313
Full Changelog: v0.77.0...v0.77.1