Skip to content

Commit 343640f

Browse files
enhancement: removed unsude variable in actions-runner module
1 parent 434a704 commit 343640f

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module "hetzner_gh_runners" {
88

99
ssh_private_key = file(var.ssh_private_key)
1010
ssh_username = var.ssh_username
11-
ssh_key_name = var.ssh_key_name
1211
hetzner_machine_type = var.hetzner_machine_type
1312
hetzner_machine_os = var.hetzner_machine_os
1413
hetzner_additional_public_key_ids = concat([hcloud_ssh_key.admin_ssh_key.id], var.hetzner_additional_public_key_ids)

modules/actions-runner/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ variable "ssh_username" {
1010
type = string
1111
}
1212

13-
variable "ssh_key_name" {
14-
description = "Defines the name for the ssh key"
15-
default = "admin_ssh_key"
16-
type = string
17-
}
18-
1913
variable "hetzner_machine_type" {
2014
description = "Sets the machine type to use."
2115
default = "cx11"

0 commit comments

Comments
 (0)