This looks like it could be exactly what I have been looking for--nice work!
I manage multiple AWS accounts, and my credentials file has multiple profiles in it.
When using the AWS provider, is it possible to specify which profile to use?
Hi! For now there is no exposed option for profile-selecting in the AWS Provider
You can add multiple instances of the AWS provider and specify token/secret for each of them
But I'll open an issue to investigate how to implement the profile-selection, thanks for the feedback :)
I've just updated the AWS Provider, now you can use target profiles either setting an env variable AWS_PROFILE when you add the provider, or setting the option (from CLI or from GUI) to the profile you need
I manage multiple AWS accounts, and my credentials file has multiple profiles in it. When using the AWS provider, is it possible to specify which profile to use?