Skip to content

Instantly share code, notes, and snippets.

@kerinin
Created March 11, 2014 15:54
Show Gist options
  • Save kerinin/9488720 to your computer and use it in GitHub Desktop.
Save kerinin/9488720 to your computer and use it in GitHub Desktop.
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