This message was deleted.
# getting-started
s
This message was deleted.
m
This is this issue which is fixed in pulumi-aws 5.31.0. Could you try upgrading?
m
Thanks Thomas. When I run
pulumi version
, it says I am on v3.65.1
Do I need to run
brew update && brew upgrade pulumi
or is there a different action to take?
m
Hi James, the version of the Pulumi plugins is independent of the Pulumi version. You would upgrade the dependency on pulumi-aws in your program. The specifics depend on the programming language. In nodejs, e.g., you’d update
@pulumi/aws
in
package.json
.
👍 1
m
I see it, thanks again!