Skip to content

Commit 850443e

Browse files
committed
Add ability to add a key pair to the runner
1 parent c042721 commit 850443e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variables.tf

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ variable "github_organization_runner_enabled" {
2525
default = true
2626
}
2727

28+
variable "key_pair_name" {
29+
description = "Key pair name"
30+
type = string
31+
default = null
32+
}
33+
2834
variable "runner_ephemeral_mode_enabled" {
2935
type = bool
3036
description = "Toggle to activate ephemeral runners."

0 commit comments

Comments
 (0)