mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-15 03:21:36 +02:00
Reduce the default disk_size from 40GB to 30GB
* We're typically reducing the `disk_size` in real clusters since the space is under used. The default should be lower.
This commit is contained in:
@ -54,7 +54,7 @@ variable "os_image" {
|
||||
variable "disk_size" {
|
||||
type = number
|
||||
description = "Size of the disk in GB"
|
||||
default = 40
|
||||
default = 30
|
||||
}
|
||||
|
||||
variable "worker_preemptible" {
|
||||
|
Reference in New Issue
Block a user