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
The aws_ecs_capacity_provider resource needs to be able to wait for the resource to become "ACTIVE" before returning to avoid attaching it to ECS too soon.
The aws_ecs_service resource as a wait_for_steady_state property that can be set to true so that the provider does not return until the service is active.
This request is to have a similar mechanism for the aws_ecs_capacity_provider resource.