Skip to content

Commit 05fd375

Browse files
committed
Add pre / post install and delete parameter
1 parent cf098b4 commit 05fd375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/runners/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ variable "ami_owners" {
7373

7474

7575
variable "userdata_pre_install" {
76-
description = "User-data script snippet to insert before GitLab runner install"
76+
description = "User-data script snippet to insert before GitHub acton runner install"
7777
type = string
7878
default = ""
7979
}
8080

8181
variable "userdata_post_install" {
82-
description = "User-data script snippet to insert after GitLab runner install"
82+
description = "User-data script snippet to insert after GitHub acton runner install"
8383
type = string
8484
default = ""
8585
}

0 commit comments

Comments
 (0)