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
andscript 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 a regression for this specific use-case, which was introduced in
- Fix handling of
null
values fortm_slug()
. They will now be passed through, sotm_slug(null)
->null
.