All Projects → andrexus → terraform-provider-proxmox

andrexus / terraform-provider-proxmox

Licence: MIT license
terraform provider for proxmox

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to terraform-provider-proxmox

terraform-provider-qingcloud
Terraform QingCloud Provider
Stars: ✭ 34 (+21.43%)
Mutual labels:  terraform-provider
terraform-provider-twilio
Terraform provider for Twilio. 🌎☎️ Preserved for archaeological fun. Please see the official Twilio TF provider @ https://github.com/twilio/terraform-provider-twilio.
Stars: ✭ 32 (+14.29%)
Mutual labels:  terraform-provider
terraform-provider-vmc
Terraform provider for VMware Cloud on AWS
Stars: ✭ 16 (-42.86%)
Mutual labels:  terraform-provider
terraform-provider-kite
Terraform provider for managing long term portfolio with Zerodha Kite
Stars: ✭ 21 (-25%)
Mutual labels:  terraform-provider
terraform-provider-bitbucketserver
Terraform provider for Bitbucket Server Management
Stars: ✭ 26 (-7.14%)
Mutual labels:  terraform-provider
terraform-provider-spacelift
Terraform provider to interact with Spacelift
Stars: ✭ 26 (-7.14%)
Mutual labels:  terraform-provider
terraform-provider-ignition
Terraform Ignition provider
Stars: ✭ 37 (+32.14%)
Mutual labels:  terraform-provider
terraform-provider-ansiblevault
Read ansible vault from Terraform
Stars: ✭ 70 (+150%)
Mutual labels:  terraform-provider
terraform-provider-checkly
Terraform provider for the Checkly monitoring service
Stars: ✭ 37 (+32.14%)
Mutual labels:  terraform-provider
terraform-provider-jumpcloud
A Terraform provider for JumpCloud
Stars: ✭ 17 (-39.29%)
Mutual labels:  terraform-provider
terraform-provider-sumologic
Terraform provider for Sumo Logic
Stars: ✭ 24 (-14.29%)
Mutual labels:  terraform-provider
terraform-aws-kinesis-firehose
This code creates a Kinesis Firehose in AWS to send CloudWatch log data to S3.
Stars: ✭ 25 (-10.71%)
Mutual labels:  terraform-provider
terraform-provider-astra
A project that allows DataStax Astra users to manage their full database lifecycle for Astra Serverless databases (built on Apache Cassandra(TM)) using Terraform
Stars: ✭ 16 (-42.86%)
Mutual labels:  terraform-provider
ans-pve-win-templ
Ansible playbook to create Proxmox Windows VM templates
Stars: ✭ 49 (+75%)
Mutual labels:  proxmox
terraform-provider-ncloud
Terraform NaverCloud provider
Stars: ✭ 25 (-10.71%)
Mutual labels:  terraform-provider
terraform-provider-nexus
Terraform provider for Sonatype Nexus
Stars: ✭ 74 (+164.29%)
Mutual labels:  terraform-provider
terraform-provider-nix
terraform provider that manages nix builds and nixos machines.
Stars: ✭ 105 (+275%)
Mutual labels:  terraform-provider
terraform-provider-algolia
Terraform Provider for Algolia
Stars: ✭ 27 (-3.57%)
Mutual labels:  terraform-provider
terraform-provider-ddcloud
Terraform provider for Dimension Data cloud compute.
Stars: ✭ 17 (-39.29%)
Mutual labels:  terraform-provider
terraform-provider-dnsimple
Terraform DNSimple provider
Stars: ✭ 15 (-46.43%)
Mutual labels:  terraform-provider

terraform-provider-proxmox Build Status

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].