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

pkg/asset/machines/aws: Only return available zones #1210

Merged
merged 1 commit into from
Mar 6, 2019

Commits on Feb 8, 2019

  1. pkg/asset/machines/aws: Only return available zones

    Zones can also be impaired, unavailable, or "information" [1,2].  I
    dunno what that last one is about.  But we only want to put machines
    in available zones ;).
    
    This is a bit racy, because we could get different responses at both
    call-sites.  Moving forward, we'll want to shift this request into a
    single available-zones asset.
    
    [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html
    [2]: https://www.terraform.io/docs/providers/aws/d/availability_zones.html#state
    wking committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    71aef62 View commit details
    Browse the repository at this point in the history