i want to use pulumi with vultr, how to do that ?
# golang
b
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
Copy code
go get <http://github.com/dirien/pulumi-vultr/sdk/v2|github.com/dirien/pulumi-vultr/sdk/v2>
To it! Happy coding!
b
Thanks for help, you're awesome!