ebs optimization of instances now possible

This commit is contained in:
brandoconnor
2018-06-08 04:00:12 -07:00
parent c2db74bf08
commit 0ec5df4cae
8 changed files with 133 additions and 14 deletions

View File

@@ -27,6 +27,11 @@ variable "configure_kubectl_session" {
default = false
}
variable "ebs_optimized_workers" {
description = "If left at default of true, will use ebs optimization if available on the given instance type."
default = true
}
variable "subnets" {
description = "A list of subnets to associate with the cluster's underlying instances."
type = "list"