1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Update variables.tf

This commit is contained in:
Bill Wang
2018-07-13 14:14:06 +10:00
committed by GitHub
parent 2173bbcfa9
commit 1d4742255c
+1 -1
View File
@@ -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" {