-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Constrain only the minimum allowed version #359
Comments
Sorry for the issue! It looks like we're pinning to |
Ah I see! Just read up this terraform documentation on provider versions and indeed:
|
Would it be better to ping to |
We don't support 3.0.0 yet, but once we do we can definitely update it for that. |
Hi,
I use a thin wrapper around this module as follows:
In
main.tf
I have defined the google-beta provider pinned tov2.20.0
as well as:Then my zonal-cluster module(which is a wrapper around this repo)'s
maint.tf
:I am currently faced with the following issue:
Which was introduced by the new constraint within this module for
google-beta provider ~> 2.18.0
, which seems like the right thing to do, but I am unsure how to workaround my setup's issue.Taken from output of
terraform providers
:The text was updated successfully, but these errors were encountered: