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 "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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue