mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update proxmox.variables.tf
This commit is contained in:
@ -42,6 +42,8 @@ variable "proxmox_k8s_vms" {
|
||||
ip = string
|
||||
cores = optional(number)
|
||||
memory = optional(number)
|
||||
data_store = optional(string)
|
||||
gateway = string
|
||||
disk_size = optional(number)
|
||||
extra_users = optional(list(object({
|
||||
name = string
|
||||
|
||||
Reference in New Issue
Block a user