github terramate-io/terramate v0.14.7

17 hours ago

Added

  • Add support for most recent Terragrunt versions. Terramate will now detect the installed Terragrunt version and set internal commandline flags accordingly.

Fixed

  • Apply --include-output-dependencies and --only-output-dependencies flags when used together with --no-recursive.
  • Change the output buffering behaviour of run and script run to allow the use of interactive prompts
    (e.g. terraform apply) that wait for input in the same line.
    • Fix a regression for this specific use-case, which was introduced in 0.14.4, where all output was buffered by line.
    • Only supported when running (1) not in parallel and (2) not syncing to Terramate Cloud.
      Otherwise, the output will be buffered by line to avoid issues.
  • Fix handling of null values for tm_slug(). They will now be passed through, so tm_slug(null) -> null.

Don't miss a new terramate release

NewReleases is sending notifications on new releases.