Make build VMs beefier

This commit is contained in:
Greg Hellings
2023-11-28 10:32:23 -06:00
parent 9e46f463f4
commit e6b8a19397
+2 -2
View File
@@ -83,8 +83,8 @@ locals {
build = var.build
})
cpus = 2
memory = 4096
cpus = 4
memory = 8192
disk_size = 10
ssh = {
username = "vagrant"