rename folder

This commit is contained in:
2025-01-27 14:46:41 +00:00
parent 07c0d3467f
commit 89372f01a2
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
variable "proxmox_api_url" {
description = "Proxmox URL endpoint"
type = string
}
variable "proxmox_api_token_id" {
description = "Proxmox API token ID"
type = string
sensitive = true
}
variable "proxmox_api_token_secret" {
description = "Proxmox API token secret"
type = string
sensitive = true
}