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.75k stars 9.11k forks source link

Technical Debt: Fix deprecations in AWS Batch #30324

Open gdavison opened 1 year ago

gdavison commented 1 year ago

Description

The field ImageId from batch.ComputeResource has been deprecated in favour of Ec2Configuration[].ImageIdOverride. Deprecate the field compute_resources[*].image_id on the resource aws_batch_compute_environment.

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue