This commit is contained in:
2025-04-17 05:16:31 -05:00
parent 28ee277a90
commit 6dcb807697
25 changed files with 783 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
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
}