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

Reviewed-on: fenix-gitea-admin/iac-opentofu-private#326
This commit is contained in:
2025-12-09 13:41:15 +00:00

View File

@ -105,6 +105,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
cpu {
cores = 2
type = "host"
}
memory {
@ -152,6 +153,7 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
cpu {
cores = each.value.cores
type = "host"
}
memory {