File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ module "runners" {
79
79
role_path = var. role_path
80
80
role_permissions_boundary = var. role_permissions_boundary
81
81
82
- userdata_pre_install = var. userdata_pre_install
83
- userdata_post_install = var. userdata_post_install
82
+ userdata_pre_install = var. userdata_pre_install
83
+ userdata_post_install = var. userdata_post_install
84
84
}
85
85
86
86
module "runner_binaries" {
Original file line number Diff line number Diff line change @@ -156,12 +156,12 @@ variable "kms_key_id" {
156
156
default = null
157
157
}
158
158
variable "userdata_pre_install" {
159
- type = string
160
- default = " "
161
- description = " Script to be ran before the GitHub Actions runner is installed on the EC2 instances"
159
+ type = string
160
+ default = " "
161
+ description = " Script to be ran before the GitHub Actions runner is installed on the EC2 instances"
162
162
}
163
163
variable "userdata_post_install" {
164
- type = string
165
- default = " "
166
- description = " Script to be ran after the GitHub Actions runner is installed on the EC2 instances"
164
+ type = string
165
+ default = " "
166
+ description = " Script to be ran after the GitHub Actions runner is installed on the EC2 instances"
167
167
}
You can’t perform that action at this time.
0 commit comments