Changed default disk size for when using googlecompute to match minimum disk sice to the google api. Closes https://github.com/hashicorp/packer/issues/9023 (#9071)

pull/9195/head
Markus Liljedahl 6 years ago committed by GitHub
parent b86efe7604
commit d807e81adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -230,7 +230,7 @@ func (c *Config) Prepare(raws ...interface{}) ([]string, error) {
}
if c.DiskSizeGb == 0 {
c.DiskSizeGb = 10
c.DiskSizeGb = 20
}
if c.DiskType == "" {

Loading…
Cancel
Save