mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-18 23:43:49 +01:00
Update variables.tf
This commit is contained in:
@@ -53,7 +53,7 @@ variable "root_volume_type" {
|
||||
|
||||
variable "root_iops" {
|
||||
description = "The amount of provisioned IOPS. This must be set with a volume_type of 'io1'."
|
||||
default = ""
|
||||
default = "0"
|
||||
}
|
||||
|
||||
variable "worker_groups" {
|
||||
|
||||
Reference in New Issue
Block a user