terraform-provider-proxmox

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2017 License: MIT Imports: 2 Imported by: 0

README

terraform-provider-proxmox

Terraform provider for Proxmox VE

Description

With this custom terraform provider plugin you can manage your Proxmox resources.

Usage

Add plugin binary to your ~/.terraformrc file

providers {
    proxmox = "/path/to/your/bin/terraform-provider-proxmox"
}
Provider Configuration
provider "proxmox" {
    host = "${var.proxmox_host}"
    username  = "${var.proxmox_username}"
    password  = "${var.proxmox_password}"
}
Argument Reference

The following arguments are required.

  • host - API host
  • username - username for accessing Proxmox Control Panel (like root@pam).
  • password - password for accessing Proxmox Control Panel.
Resource Configuration

work in progress

Contribution

This project is based on the goproxmox library which is under active development. So if you want a new feature feel free to send a pull request for the library.

Licence

MIT License

Author

andrexus

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL