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 90fe63a commit c042721Copy full SHA for c042721
main.tf
@@ -38,7 +38,7 @@ resource "random_string" "github_runner_random_suffix" {
38
39
module "github_runner" {
40
source = "philips-labs/github-runner/aws"
41
- version = "v3.6.1"
+ version = "v4.2.3"
42
43
prefix = module.github_runner_label.id
44
enable_ephemeral_runners = var.runner_ephemeral_mode_enabled
@@ -60,6 +60,7 @@ module "github_runner" {
60
instance_target_capacity_type = lower(var.instance_lifecycle_type)
61
instance_types = var.instance_types
62
instance_allocation_strategy = "capacity-optimized"
63
+ key_name = var.key_pair_name
64
logging_retention_in_days = var.log_retention
65
subnet_ids = var.vpc_subnet_ids
66
vpc_id = var.vpc_id
0 commit comments