mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 16:43:46 +01: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