Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
f
full-dress-10026
12/20/2021, 6:44 PM
How does pulumi decide what version of a plugin to download?
b
billowy-army-68599
12/20/2021, 7:11 PM
it reads your sdk dependency mechanism (ie, package.json, requirements.txt, go.mod or nuget)
f
full-dress-10026
12/20/2021, 7:26 PM
For Typescript, could I determine the version of, say, aws plugin by inspecting the package-lock.json and finding the
version
key value for
@pulumi/aws
?
b
billowy-army-68599
12/20/2021, 9:58 PM
yes, that would work, but the version is also stored in the state for the provider as well
Post