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 2eaaab3 commit f4ecf46Copy full SHA for f4ecf46
modules/runners/scale-up.tf
@@ -41,7 +41,7 @@ resource "aws_lambda_function" "scale_up" {
41
RUNNER_GROUP_NAME = var.runner_group_name
42
RUNNER_NAME_PREFIX = var.runner_name_prefix
43
RUNNERS_MAXIMUM_COUNT = var.runners_maximum_count
44
- PWOERTOOLS_SERVICE_NAME = "runners-scale-up"
+ POWERTOOLS_SERVICE_NAME = "runners-scale-up"
45
SSM_TOKEN_PATH = local.token_path
46
SSM_CONFIG_PATH = "${var.ssm_paths.root}/${var.ssm_paths.config}"
47
SUBNET_IDS = join(",", var.subnet_ids)
0 commit comments