Merge pull request '[deploy-opentofu]' (#324) from fenix-admin into dev

Reviewed-on: fenix-gitea-admin/iac-opentofu-private#324
This commit is contained in:
2025-12-08 15:19:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
content { content {
device = hostpci.value.device device = hostpci.value.device
pcie = try(hostpci.value.pcie, true) pcie = try(hostpci.value.pcie, true)
mapping = hostpci.value.mapping id = hostpci.value.id
} }
} }

View File

@ -45,7 +45,7 @@ variable "proxmox_k8s_vms" {
hostpci = optional(list(object({ hostpci = optional(list(object({
pcie = bool pcie = bool
device = string device = string
mapping = string id = string
}))) })))
cores = optional(number) cores = optional(number)
memory = optional(number) memory = optional(number)