mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-17 01:51:33 +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:
@ -55,7 +55,7 @@ variable "os_image" {
|
||||
variable "disk_size" {
|
||||
type = number
|
||||
description = "Size of the EBS volume in GB"
|
||||
default = 40
|
||||
default = 30
|
||||
}
|
||||
|
||||
variable "disk_type" {
|
||||
|
@ -48,7 +48,7 @@ variable "os_image" {
|
||||
variable "disk_size" {
|
||||
type = number
|
||||
description = "Size of the EBS volume in GB"
|
||||
default = 40
|
||||
default = 30
|
||||
}
|
||||
|
||||
variable "disk_type" {
|
||||
|
Reference in New Issue
Block a user