xcode.pkr.hcl: increase default disk size from 100 to 120 GB (#235)

This commit is contained in:
Nikolay Edigaryev 2025-05-13 13:23:45 +02:00 committed by GitHub
parent cfed2eac90
commit 1fd4c5e3ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ variable "tag" {
variable "disk_size" {
type = number
default = 100
default = 120
}
variable "disk_free_mb" {