Open
Description
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- Yes ✅: please list the AWS provider version which introduced this functionality
Is your request related to a problem? Please describe.
Currently, input for availability_zone_rebalancing is not supported, resulting in ECS services being created with the feature disabled. Even if availability_zone_rebalancing is manually enabled via the console after the ECS service is created, a discrepancy occurs, and the setting reverts to disabled.
Describe the solution you'd like.
Implement support for specifying the availability_zone_rebalancing setting as an input parameter during ECS service creation. This would allow users to explicitly define whether the feature should be enabled or disabled, preventing the default disabling and subsequent discrepancies.