master
1<% @profiles.each do |profile, options| %>
2[profile <%= profile %>]
3region = <%= options.fetch('region', 'us-east-1') %>
4output = <%= options.fetch('output', 'text') %>
5<% end %>