I'm having an issue in CI with `error: could not l...
# general
m
I'm having an issue in CI with
error: could not load plugin for aws provider
. I have updated the AWS provider version in my project, but the state file still has an older version referenced which does not get installed. CLI is version
0.17.11
. It seems there were updates to try and prevent this, installing any providers on
pulumi up
, but it seems to be failing here. I am using the S3 remote state capability, I wonder if it could be a bug with this?