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:
Dalton Hubble
2021-04-26 11:04:30 -07:00
parent 9c842395a8
commit b152b9f973
17 changed files with 30 additions and 16 deletions

View File

@ -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" {