fix(terraform): Configuration nœuds cluster et stockage

This commit is contained in:
Tellsanguis 2025-11-26 19:27:20 +01:00
parent 155de75fbf
commit 5f6df07fbe
7 changed files with 61 additions and 37 deletions

View file

@ -53,6 +53,12 @@ variable "storage_pool" {
type = string
}
variable "k3s_server_2_storage_pool" {
description = "Storage pool for k3s-server-2 disk (linstor_storage for HA)"
type = string
default = "linstor_storage"
}
variable "snippets_storage" {
description = "Proxmox storage for cloud-init snippets"
type = string