We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239b757 commit 9c5fc00Copy full SHA for 9c5fc00
tests/integration/update_cluster/minimal_gce_ilb/kubernetes.tf
@@ -558,8 +558,8 @@ resource "google_compute_network" "minimal-gce-ilb-example-com" {
558
559
resource "google_compute_region_backend_service" "api-minimal-gce-ilb-example-com" {
560
backend {
561
- balancing_group = "CONNECTION"
562
- group = google_compute_instance_group_manager.a-master-us-test1-a-minimal-gce-ilb-example-com.instance_group
+ balancing_mode = "CONNECTION"
+ group = google_compute_instance_group_manager.a-master-us-test1-a-minimal-gce-ilb-example-com.instance_group
563
}
564
health_checks = [google_compute_region_health_check.api-minimal-gce-ilb-example-com.id]
565
load_balancing_scheme = "INTERNAL"
0 commit comments