terraform

  1. A

    [SOLVED] Strange behaviour after reboot

    My Proxmox Hypervisor 6.3-2 behaves really strange after reboot. It was used to test terraform deployment and after reboot it changed his hostname to one of the machines that were deployed by Terraform. Now I cannot access the 8006 port and it also has got out of the cluster. The logs says that...
  2. C

    Official Terraform Provider?

    Hello, are there any plans to develop and release an official Terraform Provider so we don't have to rely on 3rd parties? If yes, that would give us more confidence in going the Proxmox Path for Kubernetes Clusters :) Cheers!
  3. J

    OpenAPI/Swagger REST API Spec

    Hi! First time user of Proxmox. Looking to automate and store my infrastructure changes as code using Terraform. Found a Proxmox Terraform plugin, but it only covers basic details, not the full suite of options available via the REST API. I was looking into adding to it when I noticed that the...
  4. S

    Terraform Proxmox - Error: 400 Parameter verification failed.

    Hello, I'm making use of the proxmox terraform repo (https://github.com/Telmate/terraform-provider-proxmox/) which has been great to use but there is one bug/issue that I've come across. Promox VE 6.1 Terraform 0.12.14 What I am trying to do: I am trying to provision 3 compute...
  5. U

    Automate deploying Windows Server 2019 with Terraform and Cloudbase-init

    Good evening Proxmox community, I use the Terraform-proxmox-provider for automated deploying of Windows Server 2019 instances. https://github.com/Telmate/terraform-provider-proxmox I prepared a Windows Server 2019. Installed Cloudbase-init and configured the cloudbase-init.conf and...
  6. A

    API Questions

    Hello, I'm currently working on an API client in Go as well as a Terraform provider, and I have a few questions regarding the API: The API wiki mentions the use of JSON Schema, however I haven't been able to find any information on the schema files themselves. Are they publicly available...
  7. M

    Terraform provider?

    http://terraform.io is a hypervisor-agnostic way of specifying a set of virtual machines, the networking between them and associated services (such as DNS). It has broad support for many clouds (AWS, Digital Ocean, Azure) and in-house (VMWare, OpenStack) computing resources, together with a...