Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Hard-coded AZ zone identifiers not appropriate for all regions #7

@KetchupBomb

Description

@KetchupBomb

Northern California (us-west-1) doesn't have an "a" Availability Zone identifier:

$ aws ec2 describe-availability-zones | jq -r .AvailabilityZones[].ZoneName
us-west-1b
us-west-1c

This can cause an error when the module randomly picks "a" from the default list of ["a", "b"].

Assignees:
Labels:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions