Change default disk_iops on Flatcar Linux

* Same as #1073, but for Flatcar Linux on AWS as well
This commit is contained in:
Dalton Hubble
2021-12-07 16:52:55 -08:00
parent a8fd21d250
commit c1d28e6f61
2 changed files with 5 additions and 5 deletions

View File

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