Created
March 11, 2014 15:54
-
-
Save kerinin/9488720 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def subnet_ids | |
# TODO: Changed `availability_zones` key to `subnets` for backwards compatibility. | |
# Need to change it back here and in the config after all components and stacks | |
# are ready. | |
availability_zones.map do |az| | |
subnet_id(az) | |
end.compact | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment