vincentbernat / pulumi-vultr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 51.6%Language:Go 48.1%Language:Makefile 0.3%