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 6783b26 commit 6d38704Copy full SHA for 6d38704
tests/integration/update_cluster/minimal_gce_ilb/kubernetes.tf
@@ -566,8 +566,8 @@ resource "google_compute_network" "minimal-gce-ilb-example-com" {
566
567
resource "google_compute_region_backend_service" "api-minimal-gce-ilb-example-com" {
568
backend {
569
- balancing_group = "CONNECTION"
570
- 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
571
}
572
health_checks = [google_compute_region_health_check.api-minimal-gce-ilb-example-com.id]
573
load_balancing_scheme = "INTERNAL"
0 commit comments