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 "etcd_witness_storage_pool" {
description = "Proxmox storage pool for etcd witness VM disk (thinkpad uses local storage)"
type = string
default = "local-lvm"
}
variable "snippets_storage" {
description = "Proxmox storage for cloud-init snippets"
type = string