We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b2032 commit a5b44f8Copy full SHA for a5b44f8
examples/runner-default/variables.tf
@@ -10,14 +10,6 @@ variable "environment" {
10
default = "runners-default"
11
}
12
13
-variable "public_ssh_key_filename" {
14
- default = "generated/id_rsa.pub"
15
-}
16
-
17
-variable "private_ssh_key_filename" {
18
- default = "generated/id_rsa"
19
20
21
variable "runner_name" {
22
description = "Name of the runner, will be used in the runner config.toml"
23
type = string
@@ -31,6 +23,8 @@ variable "gitlab_url" {
31
32
24
33
25
variable "registration_token" {
26
+ description = "The registration token obtained from your Gitlab instance."
27
+ type = string
34
28
35
29
36
30
variable "timezone" {
0 commit comments