Skip to content

aws_ecs_capacity_provider resource should have a wait_for_active argument ala aws_ecs_service's wait_for_steady_state #42943

@MitchellGerdisch

Description

@MitchellGerdisch

Description

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.

Affected Resource(s) or Data Source(s)

  • aws_ecs_capacity_provider

Potential Terraform Configuration

References

No response

Would you like to implement the enhancement?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/ecsIssues and PRs that pertain to the ecs service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions