You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a problem? Please describe.
We want to enable AWS managed ECS draining for our ECS clusters. For new capacity providers, this is enabled by default but for existing it needs to be explicitely enabled.
Describe the solution you'd like.
Add managed_draining property into aws_ecs_capacity_provider resource.
So I had thought that someone had made an issue already and implemented this via #174 problem is I don't know the process here and am wondering when this update is getting pushed out for this module. I've been waiting for this update as well.
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
Introduced with provider version 5.34.0: https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.34.0
Is your request related to a problem? Please describe.
We want to enable AWS managed ECS draining for our ECS clusters. For new capacity providers, this is enabled by default but for existing it needs to be explicitely enabled.
Describe the solution you'd like.
Add managed_draining property into aws_ecs_capacity_provider resource.
Additional context
AWS announcement: https://aws.amazon.com/about-aws/whats-new/2024/01/amazon-ecs-managed-instance-draining/
Terraform docs: https://registry.terraform.io/providers/hashicorp/aws/5.70.0/docs/resources/ecs_capacity_provider#managed_draining
The text was updated successfully, but these errors were encountered: