We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0c938 commit 22fad41Copy full SHA for 22fad41
modules/runners/scale-down.tf
@@ -32,7 +32,7 @@ resource "aws_lambda_function" "scale_down" {
32
POWERTOOLS_LOGGER_LOG_EVENT = var.log_level == "debug" ? "true" : "false"
33
RUNNER_BOOT_TIME_IN_MINUTES = var.runner_boot_time_in_minutes
34
SCALE_DOWN_CONFIG = jsonencode(var.idle_config)
35
- SERVICE_NAME = "runners-scale-up"
+ SERVICE_NAME = "runners-scale-down"
36
}
37
38
0 commit comments