This commit is contained in:
Matt Reeves 2024-07-13 10:09:59 -04:00
parent a541f31b3a
commit 11cf3c78c0
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ resource "proxmox_virtual_environment_vm" "Arrbuntu" {
# VM Memory Settings # VM Memory Settings
memory { memory {
dedicated = 12288 dedicated = 6144
} }
# VM Network Settings # VM Network Settings

View file

@ -24,7 +24,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Master" {
# VM Memory Settings # VM Memory Settings
memory { memory {
dedicated = 4096 dedicated = 8192
} }
# VM Network Settings # VM Network Settings

View file

@ -24,7 +24,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Master2" {
# VM Memory Settings # VM Memory Settings
memory { memory {
dedicated = 4096 dedicated = 8192
} }
# VM Network Settings # VM Network Settings

View file

@ -24,7 +24,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Master3" {
# VM Memory Settings # VM Memory Settings
memory { memory {
dedicated = 4096 dedicated = 8192
} }
# VM Network Settings # VM Network Settings