terraform-provider-proxmox | Terraform provider plugin for proxmox | Infrastructure Automation library
kandi X-RAY | terraform-provider-proxmox Summary
kandi X-RAY | terraform-provider-proxmox Summary
Terraform provider plugin for proxmox
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of terraform-provider-proxmox
terraform-provider-proxmox Key Features
terraform-provider-proxmox Examples and Code Snippets
Community Discussions
Trending Discussions on terraform-provider-proxmox
QUESTION
I have a question about how to change resources like RAM, number of cores for existing VM on node node-1 using terraform. I referred this example https://github.com/Telmate/terraform-provider-proxmox/blob/master/examples/cloudinit_example.tf, but this will create VM, I need to change and/or handle existing VM resources. Could anyone explan how to do this? Thanks in advance.
...ANSWER
Answered 2021-Dec-03 at 08:54please do check documentation before asking question directly. If you didn't find it please cross check it with source code. It's just pretty straight forward. Provide existing name and vmid. Further add resources, network and add what all you really required.
Example code is here.
QUESTION
I'm new to Terraform and I'd like to try it out by setting up my new lab. The lab hosted on remote proxmox hypervisor, and my terraform is running on docker container. I downloaded the proxmox provider from github (https://github.com/andrexus/terraform-provider-proxmox).
If got it right, I need to write a terraform config file that specifies the provider location inside container ($HOME/.terraformrc) with the following instruction:
...ANSWER
Answered 2020-Dec-03 at 00:36Unfortunately this provider seems to not have been updated for recent versions of Terraform, and so it would be compatible only with Terraform v0.11 or earlier.
Providers compatible with the latest Terraform versions (at the time of writing) are published in the Terraform Registry. The particular "proxmox" provider you were aiming to use is not published there, but at the time I'm writing this comment there are three other providers of type proxmox
known to the registry, each one of them unfortunately a little different than the others. I'm not familiar with any of these providers or with Proxmox, so I can't say which of these would be best to choose.
Once you do choose which one to use though, the good news is that on modern Terraform you don't have to do any manual installation steps, because you can specify these registry-published modules directly in your Terraform configuration using Provider Requirements:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install terraform-provider-proxmox
Follow this install guide to install the plugin.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page