A package that vends generated constructs from the Proxmox Terraform provider


Keywords
cdktf, proxmox, terraform
License
Apache-2.0
Install
pip install cdktf-proxmox==0.0.310

Documentation

Terrafrom CDK Proxmox Provider

This is a repo that builds default CDKTF bindings for the awlsring/proxmox provider. It is semi auto-generated from the providers schema using methods pulled from the HashiCorp cdktf-provider-project

This repo and the provider are still in development and should not be used in production.

As this matures, additional custom constructs will be added to this to speed up the creation of VMs and other resources.

Links

Available Packages

This provider is built for the following languages:

  • Javascript/Typescript
  • Python
  • C#

Details on how to find these packages are below and on ConstructHub

NPM

Javascript/Typescript package is available on NPM.

The npm package is viewable at https://www.npmjs.com/package/@awlsring/cdktf-proxmox

npm install @awlsring/cdktf-proxmox

PyPi

Python package is available on PyPi.

The pypi package is viewable at https://pypi.org/project/cdktf-proxmox/

pip install cdktf-proxmox

Nuget

C# package is available on Nuget.

The nuget package is viewable at https://www.nuget.org/packages/awlsring.CdktfProxmox/

dotnet add package awlsring.CdktfProxmox