fix folder name with correct provider name

This commit is contained in:
2025-02-01 19:42:15 +00:00
parent 89372f01a2
commit 4f8ac31931
3 changed files with 0 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
}