💪🏽 Enhancements
Error Handling for Discovery
The find
and list
commands now leverage improved error handling when discovering configurations throughout Terragrunt projects.
When configurations require authentication due to usage of functionality like get_aws_account_id()
, have errors in their configurations or cycles between dependencies, the commands will do their best to return valid results, and warn the user that the results are incomplete due to suppressed errors or cut cycles.
This should allow for usage of the find
and list
commands in more real-world use-cases, which frequently require this kind of error handling.
What's Changed
Full Changelog: v0.77.2...v0.77.3