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

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