Hi all, I'm having this issue when trying to `pulu...
# general
w
Hi all, I'm having this issue when trying to
pulumi preview
, how does one upgrade the provider? Google turns up nothing. Using typescript
Copy code
aws:elasticache:ReplicationGroup (redacted-redis-replication-group):
    error: diffing urn:pulumi:redacted::redacted::aws:elasticache/replicationGroup:ReplicationGroup::redacted-redis-replication-group: State version 3 is greater than schema version 2 for resource aws_elasticache_replication_group. Please upgrade the provider to work with this resource.
I tried updating the @pulumi/aws npm package, it went from 7.6.0 to 7.8.0, but no change in behaviour 🤔
@bland-painting-33593 helped me with a solution in this old thread (the only search match I got for this issue) https://pulumi-community.slack.com/archives/CRH5ENVDX/p1760491133199639?thread_ts=1753579072.894009&cid=CRH5ENVDX
🎉 2