Added
- Add support for
stack_filter
ingenerate_file
blocks. - Promote cloud commands
terramate experimental cloud login
->terramate cloud login
terramate experimental cloud info
->terramate cloud info
terramate experimental cloud drift show
->terramate cloud drift show
- Promote
--experimental-status
flag to--cloud-status
flagterramate experimental trigger --experimental-status=
->terramate experimental trigger --cloud-status=
terramate list --experimental-status=
->terramate list --cloud-status=
- Add
list --run-order
flag to list stacks in the order they would be executed. - Add support for deployment syncing to script commands.
- Add
disable_safeguards
configuration option and CLI flag.
Fixed
- Fix
tm_dynamic.attributes
being wrapped many times leading to stack exhaustion when cloning expressions in projects with lots of stacks. - Stack ordering not respected in the
script run
. - Fix
script.job.command[s]
not handling (typed) lists.