https://pulumi.com logo
Title
b

billions-accountant-89861

12/26/2022, 6:04 AM
i am trying to get pulumi work with vultr in golang using
<https://github.com/vincentbernat/pulumi-vultr>
but can't install it
e

echoing-dinner-19531

12/26/2022, 8:53 AM
That repo doesn't have any releases. Pulumi needs a github release to be able to download the plugin. You might be able to clone and build that provider yourself, but this isn't an officially supported package and given it hasn't been changed in a year might not be functional. There is also an issue at https://github.com/pulumi/pulumi/issues/6877 tracking support for vultr.
b

billions-accountant-89861

12/26/2022, 8:57 AM
where should i put compiled binary for pulumi to use ?
m

many-telephone-49025

12/26/2022, 9:20 AM
Hi Priyanshu, The linked repo is very old and as Fraser wrote miss the binaries. Would make sense to bridge it freshly from scratch
I can have a look into it if you only want to use go for the start
b

billions-accountant-89861

12/26/2022, 9:22 AM
yes i only want go for now
m

many-telephone-49025

12/26/2022, 9:23 AM
Ok, let me have a look into!