Skip to content

Commit

Permalink
chore: fixup terraform formatting (aspect-build#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and alexeagle committed Aug 26, 2023
1 parent 6ed8671 commit b9d95d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ module "aspect_workflows" {
gha_runner_groups = {
# The default runner group is use for the main build & test workflows.
default = {
agent_idle_timeout_min = 5
gh_repo = "aspect-build/rules_ts"
gha_workflow_ids = []
max_runners = 5
min_runners = 0
queue = "aspect-default"
resource_type = "default"
warming = true
agent_idle_timeout_min = 5
gh_repo = "aspect-build/rules_ts"
gha_workflow_ids = []
max_runners = 5
min_runners = 0
queue = "aspect-default"
resource_type = "default"
warming = true
}
# The warming runner group is used for the periodic warming job that creates
# warming archives for use by other runner groups.
Expand Down

0 comments on commit b9d95d6

Please sign in to comment.