Packages

A simple Elixir cli tool for generating aws-cli config.

Current section

Files

Jump to
ex_awsconf lib templates aws_switch_role_link_md.eex
Raw

lib/templates/aws_switch_role_link_md.eex

[AWS( Master <%= organization_account_id %> )](https://<%= organization_account_id %>.signin.aws.amazon.com/console)
<%= for context <- contexts do %>
[AWS( <%= Map.fetch!(context, :display_name) %> <%= Map.fetch!(context, :account_id) %> )](<%= Map.fetch!(context, :switch_role_url) %>)
<% end %>