Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
Since April 2022 AWS Batch supports updateToLatestImageVersion argument in aws_batch_compute_environment https://docs.aws.amazon.com/batch/latest/APIReference/API_ComputeResourceUpdate.html#Batch-Type-ComputeResourceUpdate-updateToLatestImageVersion
This issues has been reported as resolved before (https://github.com/hashicorp/terraform-provider-aws/issues/25285), which is incorrect I think. The aws provider does not support
update_to_latest_image_version
yet.Affected Resource(s) and/or Data Source(s)
aws_batch_compute_environment (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/batch_compute_environment#compute_resources)
Potential Terraform Configuration
References
Would you like to implement a fix?
None