infrastructure/pve01.wheatley.in/k8s-wheatley/variables.tf

9 lines
186 B
Terraform
Raw Normal View History

2025-10-26 11:42:08 +01:00
variable "proxmox_endpoint" {
description = "Proxmox API endpoint"
type = string
}
variable "proxmox_api_token" {
description = "Proxmox API token"
type = string
}