This message was deleted.
# general
s
This message was deleted.
g
Effectively specifying a different region for a single (or set) of resources separately from the others in your app.
Actually the full block is https://github.com/pulumi/examples/blob/master/aws-ts-static-website/index.ts#L88-L95. Creating the us-east-1 provider and then using it with the
{ provider: eastRegion }
on line 95 .