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