Is it possible to fix the version of the aws provi...
# aws
a
Is it possible to fix the version of the aws provider ? We are seeing some weird issues on our CI where the error message is
Copy code
pulumi:providers:aws default_5_2_0  error: no resource plugin 'pulumi-resource-aws' found in the workspace at version v5.2.0 or on your $PATH, install the plugin using `pulumi plugin install resource aws v5.2.0`
Knowing that at the start of the deploy I have this message
Copy code
Logged in to ubuntu as ubuntu (<s3://xxx>)
Previewing update (xxxx.staging):
[resource plugin aws-5.4.0] installing
I can clearly see the mismatch but I have no clue why it happens