You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This repository provides the functionality to deploy the github actions runner o
9
9
|`hcloud_token`| string | "" | Defines the authentication token with which new machines are registered with the [hetzner cloud](https://www.hetzner.com/cloud). |
10
10
|`ssh_private_key`| string | "~/.ssh/id_rsa" | Defines the path to the location of the private key. The private key is used together with the public key to connect to the machine. |
11
11
|`ssh_public_key`| string | "~/.ssh/id_rsa.pub" | Defines the path to the location of the public key. The public key is used together with the private key to connect to the machine. |
12
-
|`ssh_key_name`| string |`admin_ssh_key`| Defines the name for the ssh key added to the hetzner cloud. |
12
+
|`ssh_key_name`| string |`admin_ssh_key`| Defines the name for the ssh key added to the hetzner cloud, as defined in ssh_private_key and ssh_public_key. Must be different from hetzner_additional_public_key_ids. |
13
13
|`hetzner_machine_type`| string | "cx11" | Sets the machine type to use. |
14
14
|`hetzner_machine_os`| string | "debian-10" | Defines the machine operating system to be installed. |
15
15
|`hetzner_additional_public_key_ids`|[]string |[]| Adds public keys to the server that are already registered with hetzner |
0 commit comments