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.61k stars 9k forks source link

`aws_batch_compute_environment`: add `name` and `name_prefix` parameters and deprecate `compute_environment_name` and `compute_environment_name_prefix` #37943

Open gdavison opened 3 weeks ago

gdavison commented 3 weeks ago

Description

The parameter name compute_environment_name does not match naming conventions as it includes the resource type in the name.

Add parameters name and name_prefix and deprecate compute_environment_name and compute_environment_name_prefix on the aws_batch_compute_environment resource and data source.

Parameters will be removed in #37943

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 3 weeks ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

aayushsss1 commented 2 weeks ago

Hey I can take this issue up!