Hello, I'm trying to understand how a plugin versi...
# general
b
Hello, I'm trying to understand how a plugin version is determined. I'm looking to use
pulumi-snowflake
v0.54.0, which I have installed using
poetry
, and this is typically specified in my pyproject.toml/poetry.lock file. However, when I run
pulumi plugin install resource snowflake
, it installs v0.56.0, which is the latest version. Is there a way to get the plugin version to reference what is installed as a package?