Skip to content

Commit 3e849f9

Browse files
npalmScottGuymer
andcommitted
Update modules/runners/scale-up.tf
Co-authored-by: Scott Guymer <[email protected]>
1 parent 4fb1ae4 commit 3e849f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/runners/scale-up.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "aws_lambda_function" "scale_up" {
3030
SUBNET_IDS = join(",", var.subnet_ids)
3131
ENABLE_EPHEMERAL_RUNNERS = var.enable_ephemeral_runners
3232
INSTANCE_TYPES = join(",", var.instance_types)
33-
INSTANCE_TARGET_CAPACITY_TYPE = var.instance_targeet_capacity_type
33+
INSTANCE_TARGET_CAPACITY_TYPE = var.instance_target_capacity_type
3434
INSTANCE_MAX_SPOT_PRICE = var.instance_max_spot_price
3535
INSTANCE_ALLOCATION_STRATEGY = var.instance_allocation_strategy
3636
}

0 commit comments

Comments
 (0)