github terramate-io/terramate v0.6.1

latest releases: v0.9.0, v0.9.0-rc5, v0.9.0-rc4...
2 months ago

Added

  • Add generate_*.inherit attribute for controlling if generate blocks must be inherited
    into child stacks.
  • Add terramate cloud login --github for authenticating with the Github account.
  • Add experimental support for tmgen file extension for easy code generation/templating
    of existing infrastructure. You can enable it with terramate.config.experimental = ["tmgen"].
  • Add --watch flag to terramate create for populating the stack.watch field.
  • Add support for parsing and generating code containing HCL namespaced functions.
    • Check here for details.
  • Make cloud-related options more concise by dropping the cloud prefix.
    • Option flags --cloud-* are shortened to --*, e.g. --cloud-status=ok => --status=ok.
    • Script command options cloud_* are shorted to *, e.g. cloud_sync_deployment => sync_deployment.
    • Old flags and command options are still supported as aliases for the new ones.

Changed

  • Terragrunt integration is now stable and ready for production use.

Fixed

  • Language server panics when editing a file outside a repository.

Don't miss a new terramate release

NewReleases is sending notifications on new releases.