-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Add Action check against minimum versions #575
Add Action check against minimum versions #575
Conversation
Good idea @dpiddockcmp Maybe we should just set all |
Hi Max. Do you mean instead of this check? As this check is also validating the providers' minimum versions. |
I meant we are already running the And So I was thinking we just switch all of these to |
Personally, I hate the use of I think it would be a good idea to set static version numbers for the other tests. This may not necessarily be the minimum of the module:
|
I agree. It's especially bad in docker 😅
I get the concept but the problem is that people will just So I think we merge this and see how it goes unless someone has a better idea. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
Add a Github Action check to try to validation the minimum versions listed. This won't catch everything but it does catch the two recent cases:
yamlencode()
use from terraform 0.12.2 Increase minimum terraform version to include yamlencode #570aws_eks_cluster
in aws 2.31.0 Add tags to eks cluster introduced by terraform-provider-aws 2.31.0 #550Checklist