This commit is contained in:
2025-03-26 04:51:50 -05:00
parent 06be8dc6cc
commit 58ec1995df
27 changed files with 862 additions and 2 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
}