Skip to content

Commit c042721

Browse files
committed
Update philips-labs component version
1 parent 90fe63a commit c042721

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "random_string" "github_runner_random_suffix" {
3838

3939
module "github_runner" {
4040
source = "philips-labs/github-runner/aws"
41-
version = "v3.6.1"
41+
version = "v4.2.3"
4242

4343
prefix = module.github_runner_label.id
4444
enable_ephemeral_runners = var.runner_ephemeral_mode_enabled
@@ -60,6 +60,7 @@ module "github_runner" {
6060
instance_target_capacity_type = lower(var.instance_lifecycle_type)
6161
instance_types = var.instance_types
6262
instance_allocation_strategy = "capacity-optimized"
63+
key_name = var.key_pair_name
6364
logging_retention_in_days = var.log_retention
6465
subnet_ids = var.vpc_subnet_ids
6566
vpc_id = var.vpc_id

0 commit comments

Comments
 (0)