[ubuntu24] feat: set memory to 4gb and timeout to 20 minutes
This commit is contained in:
parent
b4ecbfa5dd
commit
1c3c74d7fe
@ -90,7 +90,7 @@ source "proxmox-iso" "template" {
|
||||
|
||||
# specs
|
||||
cores = "2"
|
||||
memory = "2048"
|
||||
memory = "4096"
|
||||
|
||||
# storage
|
||||
disks {
|
||||
@ -117,7 +117,7 @@ source "proxmox-iso" "template" {
|
||||
proxmox_url = "${var.proxmox_url}"
|
||||
scsi_controller = "virtio-scsi-single"
|
||||
ssh_port = 22
|
||||
ssh_timeout = "10m"
|
||||
ssh_timeout = "20m"
|
||||
ssh_username = "${var.template_username}"
|
||||
ssh_password = "${var.template_password}"
|
||||
template_description = "${var.template_description}"
|
||||
|
Loading…
Reference in New Issue
Block a user