What's New
- feat: Automatic generation of stack values as
terragrunt.values.hcl
. - feat: The generated
terragrunt.values.hcl
is now automatically loaded and used when runningterragrunt
in the directory. - feat:
unit.values
variable replaced withvalues
for improved consistency.
Migration Guide
- The
unit.values
variable has been deprecated and replaced withvalues
, to reference unit values, usevalues.*
instead.