Open tcarreira opened 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.
suggestions implemented here: https://github.com/montblu/template-terrabutler-aws/pull/13 https://github.com/montblu/template-terrabutler-aws/pull/15
Can we close this one, @tcarreira ?
It would be useful to have some scaffolding for aws-cli configs and credentials.
Possible implementation steps:
[ ] create
./utils/aws-auth/
files:config-${{values.organization_var}}
(used for regular user access)credentials-${{values.organization_var}}
(used for regular user access)config-${{values.organization_var}}-admin
(used for admin access)credentials-${{values.organization_var}}-admin
(used for admin access)