feat: Enable ebs_optimized setting for node_groups (#1459)

This commit is contained in:
Ryan White
2021-08-25 09:21:08 -04:00
committed by GitHub
parent 9022013844
commit 3b1229837a
8 changed files with 15 additions and 2 deletions

View File

@@ -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 = []
}