sparse-apartment-71989
02/08/2022, 4:09 PMIn this case, you will need to set the AWS_PROFILE environment variable to the name of the profile to use.
However, later in the docs, an alternative method is offered:
After creating your project, run pulumi config set aws:profile <profilename>
If these differ, which takes precedence, the env var or the config setting? In general will this order of precedence always be true for configuration in Pulumi?little-cartoon-10569
02/08/2022, 8:05 PMprofile
property when creating your AWS provider resource (or if you're using the default provider). It's easy to provide your own value when creating your own provider.sparse-apartment-71989
02/08/2022, 8:19 PM