Skip to content

Commit a292a85

Browse files
Merge pull request #6 from cruxstack/update-runner-module-version
chore: bump runner module version to 5.15.1
2 parents 79c1116 + d92cff5 commit a292a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ locals {
22
enabled = coalesce(var.enabled, module.this.enabled, true)
33
name = coalesce(var.name, module.this.name, "github-runner-${random_string.github_runner_random_suffix.result}")
44

5-
runner_module_version = "v5.12.0"
5+
runner_module_version = "v5.15.1"
66

77
aws_account_id = module.this.enabled && var.aws_account_id != "" ? var.aws_account_id : try(data.aws_caller_identity.current[0].account_id, "")
88
aws_region_name = module.this.enabled && var.aws_region_name != "" ? var.aws_region_name : try(data.aws_region.current[0].name, "")
@@ -40,7 +40,7 @@ resource "random_string" "github_runner_random_suffix" {
4040

4141
module "github_runner" {
4242
source = "philips-labs/github-runner/aws"
43-
version = "v5.12.0" # should match local.runner_module_version
43+
version = "v5.15.1" # should match local.runner_module_version
4444

4545
prefix = module.github_runner_label.id
4646
enable_ephemeral_runners = var.runner_ephemeral_mode_enabled

0 commit comments

Comments
 (0)