You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi People,
I was wondering if there's a possibility to bump the terraform-provider-google version to the latest 3.1.0, since there are quite some bugs that are fixed with it. The version is pinned to 2.19.0 and this is preventing me from using the network module in the same state. The only options for now I have are to use another state, fork, drop or bump it via a PR.
If you agree with bumping the version I can also open a PR against the module with it.
Thanks!
The text was updated successfully, but these errors were encountered:
We can bump the version if it's working, but will need to confirm nothing breaks. Happy to look at a PR which changes the required version and version used in examples.
Thanks for the reply @morgante . I can test the module on our test account by locally bumping the provider version and will post back the results in the PR.
@morgante I tested it out the other day for while trying to upgrade the GKE module along with examples that use network module but seems to be failing due to this bug in provider for 3.1.0 hashicorp/terraform-provider-google#5024
Hi People,
I was wondering if there's a possibility to bump the
terraform-provider-google
version to the latest3.1.0
, since there are quite some bugs that are fixed with it. The version is pinned to2.19.0
and this is preventing me from using the network module in the same state. The only options for now I have are to use another state, fork, drop or bump it via a PR.If you agree with bumping the version I can also open a PR against the module with it.
Thanks!
The text was updated successfully, but these errors were encountered: