Skip to content

Pulumi provider for Vultr (based on the Terraform one), not official

License

Notifications You must be signed in to change notification settings

vincentbernat/pulumi-vultr

Repository files navigation

Vultr Resource Provider

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.

Installing

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.

Python

To use from Python, install using pip:

pip install git+https://github.com/vincentbernat/pulumi-vultr.git#egg=pulumi_vultr&subdirectory=sdk/python

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/vincentbernat/pulumi-vultr/sdk/go/...

Configuration

There is configuration points. However, it needs the VULTR_API_KEY environment variable set to work.

Reference

The detailed reference documentation is not published. The Terraform documentation is the closest you can get.

About

Pulumi provider for Vultr (based on the Terraform one), not official

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published