1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

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
+3
View File
@@ -0,0 +1,3 @@
variable "instance_type" {
description = "Instance type to evaluate if EBS optimized is an option."
}