Skip to content

Commit d56b788

Browse files
committed
Ammend runner-docker example
1 parent a5b44f8 commit d56b788

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

examples/runner-docker/variables.tf

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ variable "environment" {
1010
type = string
1111
}
1212

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-
2113
variable "runner_name" {
2214
description = "Name of the runner, will be used in the runner config.toml"
2315
type = string
@@ -31,5 +23,6 @@ variable "gitlab_url" {
3123
}
3224

3325
variable "registration_token" {
26+
description = "The registration token obtained from your Gitlab instance."
27+
type = string
3428
}
35-

0 commit comments

Comments
 (0)