-
Notifications
You must be signed in to change notification settings - Fork 366
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 support for v5 of google and google-beta providers #360
Comments
There's a pending PR for it, but no action from maintainers. So the best bet is to just fork it, fix it yourself and just use your fork 🤷♂️ |
Really sad that the Google Terraform module is not well maintained 😢 |
To be honest, it's pretty easy and straightforward to solve via a fork. The downside being you need to maintain the code. But Looking at the actual code in the modules, I ended up not even using this module, and getting a better idea of how to solve it for my use case. |
Yeah but the purpose of the module is to reduce my maintenance of my code ^^. |
@huntedman #364 is not the correct PR for this. PR for this is #363 . It is failing test which is blocking the rollout. |
Fixed in #374 |
@imrannayer any idea when we can expect a new release? |
TL;DR
The
google
andgoogle-beta
providers recently got a new major version, v5.The modules in this repo currently don't support it:
This is stopping users from migrating to the new major version.
Terraform Resources
No response
Detailed design
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: