Files
homelab/dev/terraform/variables.tf
2025-03-26 04:51:50 -05:00

15 lines
287 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 = "Username to Proxmox provider"
type = string
}