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 a5b44f8 commit d56b788Copy full SHA for d56b788
examples/runner-docker/variables.tf
@@ -10,14 +10,6 @@ variable "environment" {
10
type = string
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
@@ -31,5 +23,6 @@ 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
0 commit comments