[ubuntu24] feat: set memory to 4gb and timeout to 20 minutes

This commit is contained in:
root 2024-07-15 14:30:27 +00:00
parent b4ecbfa5dd
commit 1c3c74d7fe

View File

@ -90,7 +90,7 @@ source "proxmox-iso" "template" {
# specs # specs
cores = "2" cores = "2"
memory = "2048" memory = "4096"
# storage # storage
disks { disks {
@ -117,7 +117,7 @@ source "proxmox-iso" "template" {
proxmox_url = "${var.proxmox_url}" proxmox_url = "${var.proxmox_url}"
scsi_controller = "virtio-scsi-single" scsi_controller = "virtio-scsi-single"
ssh_port = 22 ssh_port = 22
ssh_timeout = "10m" ssh_timeout = "20m"
ssh_username = "${var.template_username}" ssh_username = "${var.template_username}"
ssh_password = "${var.template_password}" ssh_password = "${var.template_password}"
template_description = "${var.template_description}" template_description = "${var.template_description}"