replace static set with data source for node names

This commit is contained in:
2025-03-24 10:31:38 +00:00
parent a5e79eaba7
commit 285917f104
2 changed files with 3 additions and 7 deletions

View File

@@ -7,10 +7,4 @@ variable "proxmox_api_token" {
description = "Proxmox API token"
type = string
sensitive = true
}
variable "node_list" {
description = "List of node names in the Proxmox cluster"
type = set(string)
default = ["apex", "vertex", "zenith"]
}