create multiple-vm project

This commit is contained in:
2025-03-23 22:55:30 +00:00
parent 0513f40af0
commit 3e5d65773c
9 changed files with 70 additions and 27 deletions

View File

@@ -1,14 +1,3 @@
variable "proxmox_endpoint" {
description = "Proxmox URL endpoint"
type = string
}
variable "proxmox_api_token" {
description = "Proxmox API token"
type = string
sensitive = true
}
variable "node_name" {
description = "Proxmox host for the VM"
type = string