Skip to content

Commit 6d38704

Browse files
flopibrifelpet
authored andcommitted
Fix copy-paste error in balancing mode field name
1 parent 6783b26 commit 6d38704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/update_cluster/minimal_gce_ilb/kubernetes.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,8 @@ resource "google_compute_network" "minimal-gce-ilb-example-com" {
566566

567567
resource "google_compute_region_backend_service" "api-minimal-gce-ilb-example-com" {
568568
backend {
569-
balancing_group = "CONNECTION"
570-
group = google_compute_instance_group_manager.a-master-us-test1-a-minimal-gce-ilb-example-com.instance_group
569+
balancing_mode = "CONNECTION"
570+
group = google_compute_instance_group_manager.a-master-us-test1-a-minimal-gce-ilb-example-com.instance_group
571571
}
572572
health_checks = [google_compute_region_health_check.api-minimal-gce-ilb-example-com.id]
573573
load_balancing_scheme = "INTERNAL"

0 commit comments

Comments
 (0)