This project defines a Terraform Provider plugin for manipulating resources in the Proxmox VE open-source virtualization platform.
This repo is currently a work in progress, with limited functionality provided at this point.
We are using dep to manage go dependencies. Once you have dep installed, to install the project's dependencies:
$ dep ensure
This will install them under vendor
.
To build the project:
$ make
Currently this only builds for your local OS, however this may change in the future to match how the build is done in go-proxmox.
To install the plugin, follow the official docs.
The next time you run terraform init
it should load the plugin.