mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
feat: Enable ebs_optimized setting for node_groups (#1459)
This commit is contained in:
@@ -54,3 +54,9 @@ variable "ng_depends_on" {
|
||||
type = any
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "ebs_optimized_not_supported" {
|
||||
description = "List of instance types that do not support EBS optimization"
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user