File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ module "runners" {
200
200
instance_allocation_strategy = var. instance_allocation_strategy
201
201
instance_max_spot_price = var. instance_max_spot_price
202
202
block_device_mappings = var. block_device_mappings
203
+ gh_url = var. gh_url
203
204
204
205
runner_architecture = var. runner_architecture
205
206
ami_filter = var. ami_filter
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ variable "github_app" {
40
40
})
41
41
}
42
42
43
+ variable "gh_url" {
44
+ description = " GitHub URL with Org ID included."
45
+ type = string
46
+ default = null
47
+ }
48
+
43
49
variable "scale_down_schedule_expression" {
44
50
description = " Scheduler expression to check every x for scale down."
45
51
type = string
You can’t perform that action at this time.
0 commit comments