tests(packer): ensure vm images are built with the same cpu model than the host.

This commit is contained in:
Alexandre Pujol 2024-03-15 14:56:57 +00:00
parent 3fc4c29968
commit a6d263d304
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 15 additions and 5 deletions

View file

@ -31,7 +31,7 @@ variable "ssh_privatekey" {
variable "disk_size" {
description = "Disk size of the VM to build"
type = string
default = "10G"
default = "40G"
}
variable "iso_dir" {