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