-
Notifications
You must be signed in to change notification settings - Fork 428
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
Update versions.tf #135
Update versions.tf #135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
We wont be immediately dropping support for 0.12
. Also if you could update this across all submodules, that would be great. Example PR
@@ -15,7 +15,7 @@ | |||
*/ | |||
|
|||
terraform { | |||
required_version = "~> 0.12.6" | |||
required_version = ">= 0.13" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
required_version = ">= 0.13" | |
required_version = ">=0.12.6, <0.14" |
Would it be possible to release a tag with this before 4.0.0 is released? |
No description provided.