https://pulumi.com logo
f

faint-tent-51986

03/16/2020, 11:08 AM
Is there a way to specify the version of the plugin resource provider to be used. If you do
pulumi preview , it downloads the latest version of plugin in ~/. *pulumi*/*plugins. I have a older version of the plugin* resource-aws-v1.24.0 and I want to use that. Any docs on how to specify constraints.
g

gentle-diamond-70147

03/16/2020, 5:00 PM
Specifying this in your
package-lock.json
,
requirements.txt
, etc. will pin to specific versions of the plugins.
f

faint-tent-51986

03/17/2020, 7:04 PM
thanks for the response.....tried to do that...doesn't help... not sure if am doing that wrong... The documentation says that requirements.txt is only for python.