Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 22fad41

Browse files
authored
fix(lambda): Rename scale-down.tf service name (#3361)
1 parent 1f0c938 commit 22fad41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: modules/runners/scale-down.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "aws_lambda_function" "scale_down" {
3232
POWERTOOLS_LOGGER_LOG_EVENT = var.log_level == "debug" ? "true" : "false"
3333
RUNNER_BOOT_TIME_IN_MINUTES = var.runner_boot_time_in_minutes
3434
SCALE_DOWN_CONFIG = jsonencode(var.idle_config)
35-
SERVICE_NAME = "runners-scale-up"
35+
SERVICE_NAME = "runners-scale-down"
3636
}
3737
}
3838

0 commit comments

Comments
 (0)