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
Describe the bug
When you have a variable you missing to set form a module, lats say you variable is github_token and you include this module into Terragrunt / Terraform and forgot to set the github_token variable input, in CLI its will prompt you for this variable, when you test it locally.
when you push it to GitHub Terramate do not act on that issue and the github runner just heng, until its timeout or got canceled.
Additional context
Add some validation for await terminal promoting and add some timeout, eg. 1min or 5min or something like that so the runner cost on GitHub got reduced.
The text was updated successfully, but these errors were encountered:
Terramate does not prompt for variables in the console. This is only done by Terraform (and perhaps Terragrunt but I don't know). In the case of Terraform you can provide -input=false to all commands so it fails straightaway if the input is not provided.
Describe the bug
When you have a variable you missing to set form a module, lats say you variable is github_token and you include this module into Terragrunt / Terraform and forgot to set the github_token variable input, in CLI its will prompt you for this variable, when you test it locally.
when you push it to GitHub Terramate do not act on that issue and the github runner just heng, until its timeout or got canceled.
Additional context
Add some validation for await terminal promoting and add some timeout, eg. 1min or 5min or something like that so the runner cost on GitHub got reduced.
The text was updated successfully, but these errors were encountered: