-
Notifications
You must be signed in to change notification settings - Fork 92
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
fix: update version constraints for TPG v5 #187
Conversation
@hollow you can remove |
modules/storage/versions.tf
Outdated
@@ -20,7 +20,7 @@ terraform { | |||
|
|||
google = { | |||
source = "hashicorp/google" | |||
version = ">= 4.42, < 5.0" | |||
version = ">= 3.53, < 6" |
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.
@hollow why r u changing min version to 3.53? Just change the max.
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.
@imrannayer to align with the rest of the module. but I have changed it back to 4.42 now
/gcbrun |
Should be merged before #182 to fix TPG v5 support