Skip to content

Commit

Permalink
feat: Add ability to add a key pair to the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
colbynh committed Sep 19, 2023
1 parent c042721 commit 17db294
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ variable "github_organization_runner_enabled" {
default = true
}

variable "key_pair_name" {
description = "Key pair name"
type = string
default = null
}

variable "runner_ephemeral_mode_enabled" {
type = bool
description = "Toggle to activate ephemeral runners."
Expand Down

0 comments on commit 17db294

Please sign in to comment.