Is there a way to specify the version of the plugi...
# general
f
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
Specifying this in your
package-lock.json
,
requirements.txt
, etc. will pin to specific versions of the plugins.
f
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.