mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-12-16 11:27:36 +00:00
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:
@ -170,7 +170,7 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
|
||||
content {
|
||||
device = hostpci.value.device
|
||||
pcie = try(hostpci.value.pcie, true)
|
||||
mapping = hostpci.value.mapping
|
||||
id = hostpci.value.id
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ variable "proxmox_k8s_vms" {
|
||||
hostpci = optional(list(object({
|
||||
pcie = bool
|
||||
device = string
|
||||
mapping = string
|
||||
id = string
|
||||
})))
|
||||
cores = optional(number)
|
||||
memory = optional(number)
|
||||
|
||||
Reference in New Issue
Block a user