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" {
7979 role_path = var. role_path
8080 role_permissions_boundary = var. role_permissions_boundary
8181
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
8484}
8585
8686module "runner_binaries" {
Original file line number Diff line number Diff line change @@ -156,12 +156,12 @@ variable "kms_key_id" {
156156 default = null
157157}
158158variable "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"
162162}
163163variable "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"
167167}
You can’t perform that action at this time.
0 commit comments