0.4.4
Added
- Add
terramate.config.experiments
configuration to enable experimental features. - Add support for statuses
ok, failed, drifted and healthy
to the--experimental-status
flag. - Add experimental
script
configuration block. - Add
terramate script list
to list scripts visible in current directory. - Add
terramate script tree
to show a tree view of scripts visible in current directory. - Add
terramate script info <scriptname>
to show details about a script. - Add
terramate script run <scriptname>
to run a script in all relevant stacks. - Add
stack_filter
block togenerate_hcl
for path-based conditional generation. - Promote experimental commands
terramate debug show metadata
terramate debug show globals
terramate debug show generate-origins
terramate debug show runtime-env
- Improvements in the output of
list
,run
andcreate
commands.
Fixed
- fix(generate): blocks with context=root were ignored if defined in stacks.
- fix: experimental eval/partial-eval/get-config-value wrongly interprets the output as a formatter.
- fix: change detector cannot read user's git config