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

Commit f4ecf46

Browse files
authored
1 parent 2eaaab3 commit f4ecf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/runners/scale-up.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "aws_lambda_function" "scale_up" {
4141
RUNNER_GROUP_NAME = var.runner_group_name
4242
RUNNER_NAME_PREFIX = var.runner_name_prefix
4343
RUNNERS_MAXIMUM_COUNT = var.runners_maximum_count
44-
PWOERTOOLS_SERVICE_NAME = "runners-scale-up"
44+
POWERTOOLS_SERVICE_NAME = "runners-scale-up"
4545
SSM_TOKEN_PATH = local.token_path
4646
SSM_CONFIG_PATH = "${var.ssm_paths.root}/${var.ssm_paths.config}"
4747
SUBNET_IDS = join(",", var.subnet_ids)

0 commit comments

Comments
 (0)