The Vultr Resource Provider lets you manage Vultr resources. This is not an official provider and I have only very limited time to work on it. It works for me and that's the main goal.
This package was not uploaded to language-specific registries. While the SDK builds for Node.JS and .NET, I don't know how to install the resulting SDK without pushing it to NPM and NuGet. Feel free to open a pull request if you know how to do that in a way similar to Python.
To use from Python, install using pip
:
pip install git+https://github.com/vincentbernat/pulumi-vultr.git#egg=pulumi_vultr&subdirectory=sdk/python
To use from Go, use go get
to grab the latest version of the library:
go get github.com/vincentbernat/pulumi-vultr/sdk/go/...
There is configuration points. However, it needs the VULTR_API_KEY
environment variable set to work.
The detailed reference documentation is not published. The Terraform documentation is the closest you can get.