Releases: terraform-aws-modules/terraform-aws-batch
Releases · terraform-aws-modules/terraform-aws-batch
v3.0.1
v3.0.0
3.0.0 (2025-06-25)
âš BREAKING CHANGES
- Upgrade AWS provider and min required Terraform version to
6.0
and1.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 nowmap(string)
instead oflist(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 foraws_batch_job_queue
per the Batch API and replacescompute_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
andnode_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 toname
per providerv6.x
API; no-op for userscompute_environment_name_prefix
argument has been changed toname_prefix
per providerv6.x
API; no-op for users