Skip to content

Commit

Permalink
keep job_queue::compute_environments for now (will update to job_queu…
Browse files Browse the repository at this point in the history
…e::compute_environment_order when we update the aws provider to version 5.40.0)
  • Loading branch information
avrohomgottlieb committed Nov 4, 2024
1 parent d308bc5 commit b2d3b70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions infrastructure/batch/job_queue.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ resource "aws_batch_job_queue" "scpca_portal_project" {
state = "ENABLED"
priority = 1

# compute_environments = [] array is deprecated
compute_environments = [
aws_batch_compute_environment.scpca_portal_project.arn,
]
# compute_environment_order {
# order = 1
# compute_environment = aws_batch_compute_environments.scpca_portal_project.arn
# }

tags = var.default_tags
}

0 comments on commit b2d3b70

Please sign in to comment.