0.4.3
Added
- Add
--cloud-sync-terraform-plan-file=<plan>
flag for synchronizing the plan
file in rendered ASCII and JSON (sensitive information removed). - Add configuration attribute
terramate.config.cloud.organization
to select which cloud organization to use when syncing with Terramate Cloud. - Add sync of logs to Terramate Cloud when using
--cloud-sync-deployment
flag. - Add
terramate experimental cloud drift show
for retrieving drift details from Terramate Cloud. - Add support for cloning nested stacks to
terramate experimental clone
. It can also be used to clone directories that
are not stacks themselves, but contain stacks in sub-directories.
Fixed
- Missing file ranges in the parsing errors of some stack block attributes.