Skip to content

Commit 6fcecea

Browse files
expose gh_url
1 parent a56ab34 commit 6fcecea

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ module "runners" {
200200
instance_allocation_strategy = var.instance_allocation_strategy
201201
instance_max_spot_price = var.instance_max_spot_price
202202
block_device_mappings = var.block_device_mappings
203+
gh_url = var.gh_url
203204

204205
runner_architecture = var.runner_architecture
205206
ami_filter = var.ami_filter

variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ variable "github_app" {
4040
})
4141
}
4242

43+
variable "gh_url" {
44+
description = "GitHub URL with Org ID included."
45+
type = string
46+
default = null
47+
}
48+
4349
variable "scale_down_schedule_expression" {
4450
description = "Scheduler expression to check every x for scale down."
4551
type = string

0 commit comments

Comments
 (0)