diff --git a/main.tf b/main.tf index 431903231..f0243b95c 100644 --- a/main.tf +++ b/main.tf @@ -209,7 +209,7 @@ resource "google_compute_instance_group_manager" "app_managed_group" { name = "http" port = 8080 } - target_size = 2 + target_size = 1 auto_healing_policies { health_check = google_compute_health_check.app_healthcheck.id