target_size correction

This commit is contained in:
themajerr 2023-07-07 11:24:17 +02:00 committed by GitHub
parent be07caf743
commit 3dbca8ee7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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