-
Notifications
You must be signed in to change notification settings - Fork 92
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
Enable a failover for the backend_service #72
Comments
I can work on this btw, if approved? |
How would you plan to use this? From the documentation, it seems you would have to have two |
I have second set of MIG (with Instance templates and service accounts) and when a health check on the primary MIG fails I want the ILB to send the traffic to the failover MIG. Currently I set two backends for the ILB and I can see both in the GCP console but the secondary is not marked as failover. |
Got it. Yes I think we should update this to accept a failover backend as well. |
@morgante can you take a look? |
Can we enable a failover for the ILB backend.
This is the attribute that I am referring to:
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_region_backend_service#failover
The text was updated successfully, but these errors were encountered: