ambitious-father-68746
10/08/2020, 1:56 PMpulumi up
is working fine. Unfortunately today I'm getting lots of permission error with pulumi regresh
, which wasn't happening before, as if it's trying to use the main AWS identity without assuming any roles for the other AWS accounts. I'm using the latest versions of Pulumi and pulumi-aws and I didn't update any of the components of my project. Is anyone experiencing the same thing?broad-dog-22463
10/08/2020, 2:08 PMambitious-father-68746
10/08/2020, 2:12 PMprovider = pulumi_aws.Provider(account_name,assume_role={"role_arn": assume_role}, region=region)
And then reference the provider for each resource.broad-dog-22463
10/08/2020, 2:13 PMaccount_name
? Is it set via pulumi config set aws:accountName ?ambitious-father-68746
10/08/2020, 2:14 PMpulumi up
continues to work properfy, only pulumi refresh
is breaking.error: failed to load checkpoint: blob (key ".pulumi/stacks/prod.json") (code=Unknown): MissingRegion: could not find region configuration
broad-dog-22463
10/08/2020, 2:32 PM