mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-23 11:51:34 +02:00
Change default disk_iops on Flatcar Linux
* Same as #1073, but for Flatcar Linux on AWS as well
This commit is contained in:
@ -66,8 +66,8 @@ variable "disk_type" {
|
||||
|
||||
variable "disk_iops" {
|
||||
type = number
|
||||
description = "IOPS of the EBS volume (e.g. 100)"
|
||||
default = 0
|
||||
description = "IOPS of the EBS volume (e.g. 3000)"
|
||||
default = 3000
|
||||
}
|
||||
|
||||
variable "worker_price" {
|
||||
|
Reference in New Issue
Block a user