https://pulumi.com logo
Title
b

billions-accountant-89861

12/26/2022, 7:18 AM
i want to use pulumi with vultr, how to do that ?
Hi @billions-accountant-89861, Here the link to the repo https://github.com/dirien/pulumi-vultr Attention: This is not an official Pulumi provider but c community provider currently run by me and only in Go. To use use it, create a new Pulumi GoProject and add the go libary with
go get <http://github.com/dirien/pulumi-vultr/sdk/v2|github.com/dirien/pulumi-vultr/sdk/v2>
To it! Happy coding!
b

billions-accountant-89861

12/26/2022, 12:43 PM
Thanks for help, you're awesome!