Skip to content

Commit

Permalink
Fix copy-paste error in balancing mode field name
Browse files Browse the repository at this point in the history
  • Loading branch information
tesspib committed Jan 24, 2025
1 parent 13e1224 commit d7ee488
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ resource "google_compute_network" "minimal-gce-ilb-example-com" {

resource "google_compute_region_backend_service" "api-minimal-gce-ilb-example-com" {
backend {
balancing_group = "CONNECTION"
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
}
health_checks = [google_compute_region_health_check.api-minimal-gce-ilb-example-com.id]
load_balancing_scheme = "INTERNAL"
Expand Down

0 comments on commit d7ee488

Please sign in to comment.