Skip to content

Commit 9c5fc00

Browse files
flopibrifelpet
authored andcommitted
Fix copy-paste error in balancing mode field name
1 parent 239b757 commit 9c5fc00

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
@@ -558,8 +558,8 @@ resource "google_compute_network" "minimal-gce-ilb-example-com" {
558558

559559
resource "google_compute_region_backend_service" "api-minimal-gce-ilb-example-com" {
560560
backend {
561-
balancing_group = "CONNECTION"
562-
group = google_compute_instance_group_manager.a-master-us-test1-a-minimal-gce-ilb-example-com.instance_group
561+
balancing_mode = "CONNECTION"
562+
group = google_compute_instance_group_manager.a-master-us-test1-a-minimal-gce-ilb-example-com.instance_group
563563
}
564564
health_checks = [google_compute_region_health_check.api-minimal-gce-ilb-example-com.id]
565565
load_balancing_scheme = "INTERNAL"

0 commit comments

Comments
 (0)