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

Commit

Permalink
fix(lambda): Rename scale-down.tf service name (#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Klapsa2503 authored Jul 14, 2023
1 parent 1f0c938 commit 22fad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/runners/scale-down.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "aws_lambda_function" "scale_down" {
POWERTOOLS_LOGGER_LOG_EVENT = var.log_level == "debug" ? "true" : "false"
RUNNER_BOOT_TIME_IN_MINUTES = var.runner_boot_time_in_minutes
SCALE_DOWN_CONFIG = jsonencode(var.idle_config)
SERVICE_NAME = "runners-scale-up"
SERVICE_NAME = "runners-scale-down"
}
}

Expand Down

0 comments on commit 22fad41

Please sign in to comment.