Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
04/18/2019, 7:28 PM
This message was deleted.
g
gentle-diamond-70147
04/18/2019, 7:37 PM
I
think
this is what you're looking for...
https://github.com/pulumi/examples/blob/master/aws-ts-static-website/index.ts#L88-L90
.
gentle-diamond-70147
04/18/2019, 7:38 PM
Effectively specifying a different region for a single (or set) of resources separately from the others in your app.
gentle-diamond-70147
04/18/2019, 7:38 PM
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 .
2
Views
Open in Slack
Previous
Next