nix-config/terraform/busch/variables.tf
JuliusFreudenberger 62334a00dd Add terraform module
Terraform is used to manage the VMs on the Proxmox host `busch`.
2026-03-29 21:12:46 +02:00

10 lines
218 B
HCL

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"
}