Added
- Add
sharing_backend
,input
andoutput
blocks for the sharing of stack outputs as inputs to other stacks.- The feature is part of the
outputs-sharing
experiment and can be enabled by settingterramate.config.experiments = ["outputs-sharing"]
.
- The feature is part of the
Fixed
- Fix the repository normalization for Gitlab subgroups.
- Now it supports repository URLs like
https://gitlab.com/my-company-name/my-group-name/my-other-group/repo-name
.
- Now it supports repository URLs like
- Fix a deadlock in the
terramate run
andterramate script run
parallelism by
releasing the resources in case of errors or if dry-run mode is enabled.