Skip to content

Releases: terraform-aws-modules/terraform-aws-batch

v3.0.1

27 Jun 12:57
Compare
Choose a tag to compare

3.0.1 (2025-06-27)

Bug Fixes

  • Correct launch template attribute values to match variable/API definition (#43) (3a07ad9)

v3.0.0

25 Jun 17:37
Compare
Choose a tag to compare

3.0.0 (2025-06-25)

âš  BREAKING CHANGES

  • Upgrade AWS provider and min required Terraform version to 6.0 and 1.5.7 respectively (#38)

List of backwards incompatible changes

  • Terraform v1.5.7 is now minimum supported version
  • AWS provider v6.0.0 is now minimum supported version
  • instance_iam_role_additional_policies, service_iam_role_additional_policies, spot_fleet_iam_role_additional_policies types are now map(string) instead of list(string)
  • IAM assume role policy SIDs have been modified to match their use (previously all were ECSAssumeRole which is inaccurate)
  • compute_environment_order is now a required argument for aws_batch_job_queue per the Batch API and replaces compute_environments

Additional changes

Added

  • Support for region parameter to specify the AWS region for the resources created if different from the provider region.
  • Support for compute_environment_order, job_state_time_limit_action, timeouts arguments for job queues
  • All (currently) supported arguments for eks_properties argument have been added to the job definition resource
  • Support for scheduling_priority and node_properties arguments for job definitions

Modified

  • Variable definitions now contain detailed object types in place of the previously used any type.
  • compute_environment_name argument has been changed to name per provider v6.x API; no-op for users
  • compute_environment_name_prefix argument has been changed to name_prefix per provider v6.x API; no-op for users

v2.1.0

19 Aug 14:39
Compare
Choose a tag to compare

2.1.0 (2024-08-19)

Features

  • Add support for eks_configuration (#32) (b6aa7e1)

v2.0.3

07 Mar 01:56
Compare
Choose a tag to compare

2.0.3 (2024-03-07)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#27) (64b1ba1)

v2.0.2

11 Dec 15:35
Compare
Choose a tag to compare

2.0.2 (2023-12-11)

Bug Fixes

  • Rename launch template parameters (#25) (3e370d0)

v2.0.1

03 May 23:53
Compare
Choose a tag to compare

2.0.1 (2023-05-03)

Bug Fixes

  • Change instance_iam_role_use_name_prefix to use correct data type (#20) (08a13f1)

v2.0.0

28 Apr 10:46
Compare
Choose a tag to compare

2.0.0 (2023-04-28)

âš  BREAKING CHANGES

  • Bump Terraform version to 1.0, and allow specifying compute environments for queue (#19)

Features

  • Bump Terraform version to 1.0, and allow specifying compute environments for queue (#19) (8cec4e7)

v1.2.3

27 Apr 16:10
Compare
Choose a tag to compare

1.2.3 (2023-04-27)

Bug Fixes

  • Add create_before_destroy lifecycle hook to aws_batch_compute_environment (#18) (614fc14)

v1.2.2

24 Jan 21:40
Compare
Choose a tag to compare

1.2.2 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#10) (8205095)

v1.2.1

27 Oct 19:19
Compare
Choose a tag to compare

1.2.1 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#8) (5d739d0)