Add terraform module

Terraform is used to manage the VMs on the Proxmox host `busch`.
This commit is contained in:
JuliusFreudenberger 2026-03-29 21:12:46 +02:00
parent 85c7dab078
commit 62334a00dd
8 changed files with 253 additions and 0 deletions

View file

@ -0,0 +1,10 @@
variable "proxmox_api_url" {
description = "API URL, typically ends with `/api2/json`"
}
variable "proxmox_token_id" {
description = "Token ID"
}
variable "proxmox_token_secret" {
description = "Token Secret"
}