-
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
feat: Added support for google_compute_backend_service outlier_detection #365
feat: Added support for google_compute_backend_service outlier_detection #365
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
7d839bc
to
e6c9a4b
Compare
/gcbrun |
@imrannayer thanks for triggering the build. I see that the build failed but I don't seem to have access to view the build result. If you can share the issue I can make any required changes. Thanks. |
@btkelly seems like it failed to execute this example
|
@imrannayer I've looked over the error and am not sure how my change would have caused that example to fail. Do you have any insight into what might be causing this? |
/gcbrun |
@btkelly can you plz fix following:
|
@imrannayer I did originally have that check in my PR but I removed it because I want to use the outlier detection specifically for my |
@btkelly I think you are right. According to API doc:
Can you plz set condition load balancing scheme NTERNAL_SELF_MANAGED or EXTERNAL_MANAGED? |
/gcbrun |
This PR adds support for outlier_detection that is part of the google_compute_backend_service Terraform module. It's just a passthrough of properties matching what is available in the
google_compute_backend_service
modules.