We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are currently tied to creating a "instance group manager" per zone/per kube-master see https://github.com/enxebre/tectonic-installer/blob/gcp-dev/modules/google/master-igm/master.tf#L79. We should be able to use one "instance group manager" per region managing the pool of masters but Terraform does not support regional google_compute_instance_group_manager yet hashicorp/terraform#10907
The text was updated successfully, but these errors were encountered:
There's an open PR already hashicorp/terraform-provider-google#394
Sorry, something went wrong.
This got merged now hashicorp/terraform-provider-google#394 so we should be able to use it with the next release of Terraform
No branches or pull requests
We are currently tied to creating a "instance group manager" per zone/per kube-master see https://github.com/enxebre/tectonic-installer/blob/gcp-dev/modules/google/master-igm/master.tf#L79.
We should be able to use one "instance group manager" per region managing the pool of masters but Terraform does not support regional google_compute_instance_group_manager yet hashicorp/terraform#10907
The text was updated successfully, but these errors were encountered: