From 3dbca8ee7b2f16f40f474735ea6568021d6570cc Mon Sep 17 00:00:00 2001 From: themajerr <93267210+themajerr@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:24:17 +0200 Subject: [PATCH] target_size correction --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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