add: semaphore-vms terraform project for semaphore UI

This commit is contained in:
2025-12-05 19:36:03 +00:00
parent ef0e5bf8f2
commit 908f9748bd
3 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
variable "proxmox_endpoint" {
description = "Proxmox URL endpoint"
type = string
}
variable "proxmox_api_token" {
description = "Proxmox API token"
type = string
sensitive = true
}