-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure minimum Terragrunt version #182
Labels
enhancement
New feature or request
Comments
Thanks! |
Probably the best way to handle this is with two new settings in the Terragrunt configuration: terragrunt = {
terragrunt_version_constraint = ">= 0.12.0"
terraform_version_constraint = ">= 0.9.3"
} |
@brikis98 What about just the following with
I think that reads better. |
Agreed, that's cleaner. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(From #172)
To ensure consistent versioning across a team, please provide a way to specify the minimum Terragrunt version within configuration.
The text was updated successfully, but these errors were encountered: