Skip to content

thirdwavellc/terraform-provider-proxmox

Repository files navigation

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.

About

Proxmox Terraform provider plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published