This message was deleted.
# typescript
s
This message was deleted.
p
The package and the plugin are both installed
b
@prehistoric-art-16035 the mentioned resource in the error is from the Pulumi AWS Native Provider https://github.com/pulumi/pulumi-aws-native and NOT from the "normal" https://github.com/pulumi/pulumi-aws provider.
p
@big-architect-71258 This was a problem on my end... classic
👍🏻 1
🔥 1
b
@prehistoric-art-16035 just for interest: what was the issue?
p
I’m manually creating providers in different regions, as in this instance I need it in us east 1 (for cloudfront) though the project is eu west 2. I honestly hadn’t clocked that manually creating an AWS provider (using pulumi/aws) wouldn’t work when passing it into a package from pulumi/aws-native. It’s pretty obvious when thinking about it, but yeah
👍🏻 1
I went down the wrong path with my thinking, and I was assuming it was some package version conflict
b
@prehistoric-art-16035 Thanks for the details