Hi how to do `pulumi up` with a Stack stored on a...
# aws
p
Hi how to do
pulumi up
with a Stack stored on a S3 Backend on AccountA while having the default provider be Account B ?
b
that's not possible with the default provider. You'll need to either assume role to account B, or set the provider in the stack configuration to be Account B
p
@billowy-army-68599 how to set the provider “in the stack configuration” ? cant find in the doc
p
@billowy-army-68599 thank you - I was looking there https://www.pulumi.com/docs/intro/concepts/config/
configs are specific to packages