mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2026-03-22 18:09:49 +00:00
Compare commits
2 Commits
dd5c7b0fdc
...
fenix-admi
| Author | SHA1 | Date | |
|---|---|---|---|
| 705c5df1f5 | |||
| 88de7affda |
@ -105,6 +105,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
||||
|
||||
cpu {
|
||||
cores = 2
|
||||
type = "host"
|
||||
}
|
||||
|
||||
memory {
|
||||
@ -148,10 +149,12 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
|
||||
|
||||
clone {
|
||||
vm_id = proxmox_virtual_environment_vm.proxmox-kubernetes-VM-template.id
|
||||
full = true
|
||||
}
|
||||
|
||||
cpu {
|
||||
cores = each.value.cores
|
||||
type = "host"
|
||||
}
|
||||
|
||||
memory {
|
||||
|
||||
Reference in New Issue
Block a user