diff --git a/variables.tf b/variables.tf index c73ae3c..8ba62e7 100644 --- a/variables.tf +++ b/variables.tf @@ -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" {