Restore simple-vm without module

This commit is contained in:
2025-05-27 19:49:22 +00:00
parent 12807ca973
commit a7491df751
10 changed files with 191 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
}