Hey all, I’m using the automation API and inline Go code instead of Pulumi CLI. I saw that Pulumi will auto-download required plugins/providers when needed, but I was wondering how it resolves versions? Will it just default to latest, or does it respect the plugin version in my
go.mod
file?
e
echoing-dinner-19531
04/14/2023, 1:02 PM
It will download them as resources request them. The SDKs should pick up their version from the go.mod file (although I'm looking at making this more robust by just having the version fixed in the SDK code itself)