fix(terraform): Configuration nœuds cluster et stockage
This commit is contained in:
parent
573852579f
commit
262f5b19e4
7 changed files with 61 additions and 37 deletions
|
|
@ -53,6 +53,12 @@ variable "storage_pool" {
|
|||
type = string
|
||||
}
|
||||
|
||||
variable "k3s_server_1_storage_pool" {
|
||||
description = "Storage pool for k3s-server-1 disk (linstor_storage for HA)"
|
||||
type = string
|
||||
default = "linstor_storage"
|
||||
}
|
||||
|
||||
variable "snippets_storage" {
|
||||
description = "Proxmox storage for cloud-init snippets"
|
||||
type = string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue