terraform-aws-modules / terraform-aws-batch

Terraform module to create AWS Batch resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/batch/aws
Apache License 2.0
35 stars 40 forks source link

feat: Allow specifying compute environments for queue #16

Closed usulkies closed 1 year ago

usulkies commented 1 year ago

Description

Allow specifying compute environments for a job queue, and fix an issue when there are more than 3 compute environments.

Motivation and Context

Job queue should have maximum 3 compute environments associated with it. Current version attaches ALL compute environments to all job queues, which is an issue because if more than 3 compute environments are defined - the apply will fail. In addition, the module do not allow specifying compute environment(s) to be used by a specific queue.

Breaking Changes

No

How Has This Been Tested?

github-actions[bot] commented 1 year ago

This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days

usulkies commented 1 year ago

Who's responsible for reviews?

antonbabenko commented 1 year ago

This issue has been resolved in version 2.0.0 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.