File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ module "runners" {
58
58
enable_ephemeral_runners = true
59
59
60
60
# # Example of simple pool usages
61
- # simple_pool_runner_owner = "philips-test-runners "
61
+ # simple_pool_runner_owner = "my-org "
62
62
# simple_pool_config = [{
63
63
# pool_size = 2
64
64
# schedule_expression = "cron(*/2 * * * ? *)"
Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ module "runners" {
92
92
s3_bucket_runner_binaries = module. runner_binaries . bucket
93
93
s3_location_runner_binaries = local. s3_action_runner_url
94
94
95
- runner_os = var. runner_os
96
- instance_types = var. instance_types
97
- instance_targeet_capacity_type = var. instance_targeet_capacity_type
98
- instance_allocation_strategy = var. instance_allocation_strategy
99
- instance_max_spot_price = var. instance_max_spot_price
100
- block_device_mappings = var. block_device_mappings
95
+ runner_os = var. runner_os
96
+ instance_types = var. instance_types
97
+ instance_target_capacity_type = var. instance_target_capacity_type
98
+ instance_allocation_strategy = var. instance_allocation_strategy
99
+ instance_max_spot_price = var. instance_max_spot_price
100
+ block_device_mappings = var. block_device_mappings
101
101
102
102
runner_architecture = var. runner_architecture
103
103
ami_filter = var. ami_filter
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ resource "aws_lambda_function" "simple_pool" {
31
31
SUBNET_IDS = join (" ," , var. subnet_ids )
32
32
ENABLE_EPHEMERAL_RUNNERS = var.enable_ephemeral_runners
33
33
INSTANCE_TYPES = join (" ," , var. instance_types )
34
- INSTANCE_TARGET_CAPACITY_TYPE = var.instance_targeet_capacity_type
34
+ INSTANCE_TARGET_CAPACITY_TYPE = var.instance_target_capacity_type
35
35
INSTANCE_MAX_SPOT_PRICE = var.instance_max_spot_price
36
36
INSTANCE_ALLOCATION_STRATEGY = var.instance_allocation_strategy
37
37
}
You can’t perform that action at this time.
0 commit comments