Files

12 lines
181 B
Terraform
Raw Permalink Normal View History

2026-04-05 20:50:04 +02:00
variable "proxmox_api_url" {
type = string
}
variable "proxmox_api_token_id" {
type = string
}
variable "proxmox_api_token_secret" {
type = string
sensitive = true
}