Skip to content
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

Closed
robkinyon opened this issue Apr 23, 2017 · 5 comments
Closed

Ensure minimum Terragrunt version #182

robkinyon opened this issue Apr 23, 2017 · 5 comments
Labels
enhancement New feature or request

Comments

@robkinyon
Copy link

(From #172)

To ensure consistent versioning across a team, please provide a way to specify the minimum Terragrunt version within configuration.

@brikis98
Copy link
Member

Thanks!

@brikis98 brikis98 added enhancement New feature or request help wanted labels Apr 23, 2017
@brikis98
Copy link
Member

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"
}

@robkinyon
Copy link
Author

@brikis98 What about just the following with _constraint?

terragrunt = {
  terragrunt_version = ">= 0.12.0"
  terraform_version = ">= 0.9.3"
}

I think that reads better.

@brikis98
Copy link
Member

Agreed, that's cleaner.

@brikis98
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants