Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 18:43
· 1437 commits to main since this release
v0.4.0
74bd64b

Changelog

Added

  • Introduce the terramate create --all-terraform command that can be used to initialize plain terraform projects easily with a Terramate Stack configuration.
    Every directory containing Terraform Files that configure either a terraform.backend {} block or a provider {} block will be initialized.
  • Introduce terramate create --ensure-stack-ids to add a UUID as stack ID where stack.id is not set. (Promoted from experimental ensure-stack-id)

Changed

  • BREAKING CHANGE: Make stack.id case insensitive. If you used case to identify different stacks, the stack ID need to be adjusted. If you use the recommended UUIDs nothing has to be done.
  • We now distribute the Terramate Language Server terramate-ls alongside terramate to be able to pick up changes faster for IDEs.