-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Google Cloud: Missing google_compute_instance_group resource #4060
Comments
I've implemented this in #4087 |
@ajcrowe is it possible to use this with the compute_backend_service? It currently requires a manager i believe i am wondering if your implementation also works. By the way do you know when they will create a version that has your merged PR? |
Hi @thecodeassassin, yes I believe it should work, you'll need to use the They released |
Can we close this now since #4087 was merged? |
@radeksimko @ajcrowe any chance the documentation on this can be updated? https://www.terraform.io/docs/providers/google/index.html |
Never mind i see it was since added, thanks guys! |
Closing as this is all merged and documented |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
It appears that currently you can only create a
google_instance_group_manager
and not just a regular unmanaged instance group.Am I missing something or is this simply not implemented currently?
The text was updated successfully, but these errors were encountered: