You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
Added
Synchronize additional metadata about PR collaborators (reviewers, assignees, etc.) to Terramate Cloud so that actionable items can be shown to the linked users.
Add terramate.config.cloud.location attribute to set the Terramate Cloud region to use.
If you set terramate.config.cloud.location = "us" then https://us.cloud.terramate.io URL is used for all cloud features.
If not set, the default is eu.
Fixed
Fix Terragrunt stdout/stderr log in Terramate Cloud.
Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
To keep the old output format, we export the following variables when running terramate run --terragrunt -- cmd.
TERRAGRUNT_FORWARD_TF_STDOUT=true
TERRAGRUNT_LOG_FORMAT=bare
Fix Terramate Cloud plan creation command not using environ defined in terramate.config.run.env.
This can lead to a version mismatch between the user-supplied run command and the one used for creating the plan details.
Fix misleading error message in the case that Terramate Cloud onboarding is incomplete.