Skip to content

Commit

Permalink
fix(terraform): syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
matbeales committed Aug 8, 2024
1 parent 7cd056d commit 6a4b50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/modules/service/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ locals {
"JobQueue" : module.batch.job_queues.default.arn,
"JobDefinition" : module.batch.job_definitions[job.name].arn,
"ShareIdentifier" : "volapp",
"schedulingPriorityOverride" : 1
"SchedulingPriorityOverride" : 1
})
}
if job.schedule != ""
Expand Down

0 comments on commit 6a4b50b

Please sign in to comment.