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 4fb1ae4 commit 3e849f9Copy full SHA for 3e849f9
modules/runners/scale-up.tf
@@ -30,7 +30,7 @@ resource "aws_lambda_function" "scale_up" {
30
SUBNET_IDS = join(",", var.subnet_ids)
31
ENABLE_EPHEMERAL_RUNNERS = var.enable_ephemeral_runners
32
INSTANCE_TYPES = join(",", var.instance_types)
33
- INSTANCE_TARGET_CAPACITY_TYPE = var.instance_targeet_capacity_type
+ INSTANCE_TARGET_CAPACITY_TYPE = var.instance_target_capacity_type
34
INSTANCE_MAX_SPOT_PRICE = var.instance_max_spot_price
35
INSTANCE_ALLOCATION_STRATEGY = var.instance_allocation_strategy
36
}
0 commit comments