-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Feature Request: support regional google instance group managers #45
Comments
Any update on this? |
I believe @zachgersh was working on this. Zach, are you still working on this or should we fork your PR and continue that way? |
Desperately need this to be supported by Terraform. Any chance it will make it into upcoming release? |
work has been done in hashicorp/terraform#10907 |
Multi-zone instance group manager will be supported in our next release. Yay! :) |
thanks @rosbo |
@rosbo i dont see this feature yet in current release v0.11.7 When is the expected release of this feature? |
@shankarkc it works from version 1.0.0 of google provider, see Features in this changelog You provided Terraform version while providers are separated from main Terraform binary. What you should check is google provider version. |
@zbikmarc is correct. The feature was released on October 2nd 2017. |
@zbikmarc / @rosbo
They looked latest. But when i use |
Hi, You need to use the https://www.terraform.io/docs/providers/google/r/compute_region_instance_group_manager.html |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
This issue was originally opened by @mschroeder223 as hashicorp/terraform#8866. It was migrated here as part of the provider split. The original body of the issue is below.
The GCP docs and ui allow for the creation of regional (multi-zone) instance group managers.
After looking through the source I believe this actually tracks back to a limitation with the current google compute api library. In the current v1 only InstanceGroupManagersInsertCall exists, which in the beta v0.beta an additional set of calls for RegionInstanceGroupManagersInsertCall has been added.
InstanceGroupManagersInsertCall in v1 (stable)
https://code.googlesource.com/google-api-go-client/+/master/compute/v1/compute-gen.go#21873
RegionInstanceGroupManagersInsertCall in v0.beta
https://code.googlesource.com/google-api-go-client/+/master/compute/v0.beta/compute-gen.go#37848
Are there any current workarounds for this?
The text was updated successfully, but these errors were encountered: