Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 3ac69a8

Browse files
kuvaldininpalm
authored andcommitted
terraform fmt
Signed-off-by: kuvaldini <[email protected]>
1 parent 1112ca8 commit 3ac69a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: modules/runners/variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,6 @@ variable "runner_additional_security_group_ids" {
325325

326326
variable "volume_size" {
327327
description = "Size of runner volume"
328-
type = number
329-
default = 30
328+
type = number
329+
default = 30
330330
}

Diff for: variables.tf

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ variable "environment" {
2626

2727
variable "enable_organization_runners" {
2828
description = "Register runners to organization, instead of repo level"
29-
type = bool
30-
default = false
29+
type = bool
30+
default = false
3131
}
3232

3333
variable "github_app" {
@@ -351,6 +351,6 @@ variable "market_options" {
351351

352352
variable "volume_size" {
353353
description = "Size of runner volume"
354-
type = number
355-
default = 30
354+
type = number
355+
default = 30
356356
}

0 commit comments

Comments
 (0)