Hi! I have this error `error configuring Terraform...
# aws
a
Hi! I have this error 
error configuring Terraform AWS Provider: Error creating AWS session: SharedConfigErr: only one credential type may be specified per profile: source profile, credential source, credential process, web identity token, or sso
 when I try to create rds.Instance ...someone could help me?
b
how are you configuring Pulumi's access to AWS? environment variable, config?
a
@billowy-army-68599 with config variables..
b
which variables? the error is coming from the AWS GO SDK and isn't related to pulumi, - it seems however you're configuring things is a bit off
a
I login with aws sso and then I set config aws:region ... am i forgetting something?
b
did this ever work?