-
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
Add RegionHealthCheck to compute #2195
Add RegionHealthCheck to compute #2195
Conversation
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNew Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
third_party/terraform/tests/resource_compute_health_check_test.go
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,596 @@ | |||
<% autogen_exception -%> |
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.
Instead of adding a whole bunch of new handwritten tests, would it be possible to make some or all of these generated?
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.
I added a bunch of examples and removed the duplicating tests in the handwritten files. I left the tests that appeared to be special cases.
third_party/terraform/tests/resource_compute_region_health_check_test.go.erb
Outdated
Show resolved
Hide resolved
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
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.
Would it also be possible to add tests that cover the fields in each of the individual health check blocks right now they all cover port and some have others, but I think we're missing a few of them.
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
Ansible stuff looks fine to me! |
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
Second of many PRs necessary to support level 7 HTTP(S) load balancing.
Also updates HealthCheck to include HTTP2HealthCheck
Release Note for Downstream PRs (will be copied)