Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wait_for_steady_state attribute to aws_ecs_service #3485

Merged
merged 3 commits into from
Oct 29, 2020

Commits on Aug 26, 2020

  1. Remove inconsistent error handling

    DescribeServices doesn't actually return `ServiceNotFoundException`.
    
    Instead, it returns entries in the `failures` array with `reason` set to `MISSING`. Here, we just look at the length of the returned `Services` array.
    mmdriley committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    97140b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    cb6270a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a6369d View commit details
    Browse the repository at this point in the history