Files
homelab/dmz/terraform/variables.tf
2025-02-24 06:12:36 -06:00

15 lines
288 B
HCL

variable "pm_api_url" {
description = "API URL to Proxmox provider"
type = string
}
variable "pm_password" {
description = "Passowrd to Proxmox provider"
type = string
}
variable "pm_user" {
description = "UIsername to Proxmox provider"
type = string
}