homelab-iac/dev/variables.tf

15 lines
287 B
Terraform
Raw Normal View History

2026-01-31 06:17:02 -06:00
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
}