mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-12-17 03:37:35 +00:00
Update proxmox.variables.tf
This commit is contained in:
@ -42,6 +42,10 @@ variable "proxmox_k8s_vms" {
|
|||||||
ip = string
|
ip = string
|
||||||
ip2 = string
|
ip2 = string
|
||||||
ip3 = string
|
ip3 = string
|
||||||
|
hostpci = optional(list(object({
|
||||||
|
pcie = bool
|
||||||
|
device =string
|
||||||
|
})))
|
||||||
cores = optional(number)
|
cores = optional(number)
|
||||||
memory = optional(number)
|
memory = optional(number)
|
||||||
data_store = optional(string)
|
data_store = optional(string)
|
||||||
|
|||||||
Reference in New Issue
Block a user