mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-12-16 19:37:12 +00:00
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:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user