Hi, when I run any `pulumi` command I'm getting: `...
# aws
a
Hi, when I run any
pulumi
command I'm getting:
Copy code
error: failed to load checkpoint: blob (key ".pulumi/stacks/prod.json") (code=Unknown): MissingRegion: could not find region configuration
q
maybe your aws profile isn't loaded?
a
I have not set a default region, on purpose. With help from Slack this can be fixed by adding the region to the backend, like so:
Copy code
backend:
  url: <s3://bucket/path?region=us-east-1>