hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.82k stars 9.17k forks source link

[Enhancement]: Support updateToLatestImageVersion in aws_batch_compute_environment.compute_resources #39978

Open tfausten opened 4 hours ago

tfausten commented 4 hours ago

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

update_to_latest_image_version = true/false

References

Would you like to implement a fix?

None

github-actions[bot] commented 4 hours ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue