fix(terraform): align VM config with real Proxmox state

This commit is contained in:
2026-03-12 20:39:58 +02:00
parent 8c20384333
commit 3af951d6ff
3 changed files with 47 additions and 3 deletions

View File

@@ -18,5 +18,6 @@ variable "clusters" {
mac_address = string
ip_address = string
datastore_id = string
gpu_mapping = optional(string)
}))
}