tests(packer): ensure vm images are built with the same cpu model than the host.
This commit is contained in:
parent
3fc4c29968
commit
a6d263d304
4 changed files with 15 additions and 5 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue