montblu / template-terrabutler-aws

A Template to create a AWS with terrabutler
GNU General Public License v3.0
0 stars 0 forks source link

Add scaffolding for setup aws-cli credentials file #14

Open tcarreira opened 2 months ago

tcarreira commented 2 months ago

It would be useful to have some scaffolding for aws-cli configs and credentials.

Possible implementation steps:

tcarrondo commented 2 months ago

We can use env var to point to files in repo if we create a condition for if env var IS_MONTBLU or IS_ADMIN is true/false that should live outside the repo, on a parent folder or bash profile.

tcarreira commented 1 month ago

suggestions implemented here: https://github.com/montblu/template-terrabutler-aws/pull/13 https://github.com/montblu/template-terrabutler-aws/pull/15

tcarrondo commented 1 month ago

Can we close this one, @tcarreira ?