/terraform-provider-proxmox

Proxmox Terraform provider plugin

Primary LanguageGo

Terraform Provider Proxmox

This project defines a Terraform Provider plugin for manipulating resources in the Proxmox VE open-source virtualization platform.

Work In Progress

This repo is currently a work in progress, with limited functionality provided at this point.

Setup

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.