gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
8.09k stars 981 forks source link

Improved errors handling for HCL functions #3544

Closed denis256 closed 6 days ago

denis256 commented 1 week ago

Description

Fixes #3542.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added / Removed / Updated [X].

Enhanced error reporting to provide more detailed information on the root cause of HCL parsing issues.

Migration Guide