Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
Signed-off-by: kuvaldini <ivan@kuvaldini.pro>
  • Loading branch information
kuvaldini committed May 21, 2021
1 parent d7495d2 commit 921b71d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ variable "environment" {

variable "enable_organization_runners" {
description = "Register runners to organization, instead of repo level"
type = bool
default = false
type = bool
default = false
}

variable "github_app" {
Expand Down Expand Up @@ -351,6 +351,6 @@ variable "market_options" {

variable "volume_size" {
description = "Size of runner volume"
type = number
default = 30
type = number
default = 30
}

0 comments on commit 921b71d

Please sign in to comment.