We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434a704 commit 343640fCopy full SHA for 343640f
2 files changed
main.tf
@@ -8,7 +8,6 @@ module "hetzner_gh_runners" {
8
9
ssh_private_key = file(var.ssh_private_key)
10
ssh_username = var.ssh_username
11
- ssh_key_name = var.ssh_key_name
12
hetzner_machine_type = var.hetzner_machine_type
13
hetzner_machine_os = var.hetzner_machine_os
14
hetzner_additional_public_key_ids = concat([hcloud_ssh_key.admin_ssh_key.id], var.hetzner_additional_public_key_ids)
modules/actions-runner/variables.tf
@@ -10,12 +10,6 @@ variable "ssh_username" {
type = string
}
-variable "ssh_key_name" {
- description = "Defines the name for the ssh key"
15
- default = "admin_ssh_key"
16
- type = string
17
-}
18
-
19
variable "hetzner_machine_type" {
20
description = "Sets the machine type to use."
21
default = "cx11"
0 commit comments