Skip to content

Commit

Permalink
fix(terraform): vol5223 remove fair share scheduling policy from batc…
Browse files Browse the repository at this point in the history
…h job queue (#224)
  • Loading branch information
matbeales authored Aug 8, 2024
1 parent 1388157 commit c6b04cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions infra/terraform/modules/service/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ module "batch" {

job_queues = {
default = {
name = "vol-app-${var.environment}-default"
state = "ENABLED"
priority = 1
name = "vol-app-${var.environment}-default"
state = "ENABLED"
priority = 1
create_scheduling_policy = false

# This doesn't offer much value as a tag, but it's here to avoid: https://github.com/hashicorp/terraform-provider-aws/pull/38636.
# If the PR is merged, we can remove this.
Expand Down

0 comments on commit c6b04cb

Please sign in to comment.