-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Support connection_draining_timeout_sec in google_compute_region_backend_service #101
Support connection_draining_timeout_sec in google_compute_region_backend_service #101
Conversation
…n_backend_service
), | ||
}, | ||
}, | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The regular backend service tests do a final check here that connection draining went back to 0, want to add that to this one too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
I assume this will be released in the |
I'm not sure what version number is going to be used for the provider plugin, but this should be present in the first release! |
…-service-connection-draining Support connection_draining_timeout_sec in google_compute_region_backend_service
…-service-connection-draining Support connection_draining_timeout_sec in google_compute_region_backend_service
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! |
Added connection_draining_timeout_sec support to google_compute_region_backend_service.
Regional equivalent to hashicorp/terraform#14559
Part 2/2 for #85
@danawillow