xcode.pkr.hcl: increase disk size from 120 to 140 GB (#333)
This commit is contained in:
parent
494e62f0b8
commit
f2e700cda3
|
|
@ -44,7 +44,7 @@ variable "tag" {
|
||||||
|
|
||||||
variable "disk_size" {
|
variable "disk_size" {
|
||||||
type = number
|
type = number
|
||||||
default = 120
|
default = 140
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "disk_free_mb" {
|
variable "disk_free_mb" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue