Update terraform/main.tf
This commit is contained in:
@@ -3,8 +3,11 @@ resource "proxmox_vm_qemu" "vm1" {
|
||||
target_node = "pve"
|
||||
clone = "ubuntu-template"
|
||||
|
||||
cpu {
|
||||
cores = 2
|
||||
sockets = 1
|
||||
}
|
||||
|
||||
memory = 2048
|
||||
|
||||
disk {
|
||||
|
||||
Reference in New Issue
Block a user