Skip to content

Commit a5b44f8

Browse files
committed
Amend runner-default example
1 parent 70b2032 commit a5b44f8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

examples/runner-default/variables.tf

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ variable "environment" {
1010
default = "runners-default"
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,6 +23,8 @@ variable "gitlab_url" {
3123
}
3224

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

3630
variable "timezone" {

0 commit comments

Comments
 (0)