Skip to content

Commit 1d18097

Browse files
fix: formatted the terraform files for PR validation
1 parent 22b70cc commit 1d18097

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8686
module "runner_binaries" {

variables.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ variable "kms_key_id" {
156156
default = null
157157
}
158158
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"
162162
}
163163
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"
167167
}

0 commit comments

Comments
 (0)