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 cf098b4 commit 05fd375Copy full SHA for 05fd375
modules/runners/variables.tf
@@ -73,13 +73,13 @@ variable "ami_owners" {
73
74
75
variable "userdata_pre_install" {
76
- description = "User-data script snippet to insert before GitLab runner install"
+ description = "User-data script snippet to insert before GitHub acton runner install"
77
type = string
78
default = ""
79
}
80
81
variable "userdata_post_install" {
82
- description = "User-data script snippet to insert after GitLab runner install"
+ description = "User-data script snippet to insert after GitHub acton runner install"
83
84
85
0 commit comments