Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upterragrunt not showing output from terraform -version #1213
Comments
|
We deliberately don't print out the terraform version as it is not necessary in the logs, but I can see how that might be useful. I think we can use util.Debugf in cli.PopulateTerraformVersion to only log the terraform version when in debug logging mode. Would you be up for a PR to add this in? |
|
@yorinasub17 why are you running |
|
To enforce terraform version constraints (tg 0.19+ only works with terraform 0.12+ by default, but is customizable with terraform_version_constraint). |


during any terragunt action it will show this line
and doesn't show the terraform version. this makes it hard to debug some language issues because I'm not sure what terragrunt is actually running. should this be printing a version string?