This message was deleted.
# general
s
This message was deleted.
g
Can you elaborate on the issue? When you say "the regions get mixed" do you mean Pulumi deploys resources to incorrect regions?
l
subcomponents of the VPC's are somehow bound to the configured aws:region instead of in the region of the provider that I create using
Copy code
let provider = new aws.Provider(`provider${commonSuffix}`, { region: region } );
g
I see, and yea, I'm able to reproduce this with your code. Trying to reproduce it with a different app...
👍 1
It's a bug. I've opened https://github.com/pulumi/pulumi-awsx/issues/314 to track it.
l
Thank you
b
Looks like @lemon-spoon-91807 already fixed this in https://github.com/pulumi/pulumi-awsx/pull/316, yay! 🎉 @bitter-oil-46081 @lemon-spoon-91807 when will a new release be cut?
😎 1
l
Preferably after tomorrow 🙂
i'd like to not cut anything for the next 24 hours