Skip to content

v0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 14:29
· 1009 commits to main since this release
v0.4.3
4b76f7e

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.