1
0
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:
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
+1
View File
@@ -59,6 +59,7 @@ module "eks" {
instance_type = "t3.medium"
asg_desired_capacity = 1
public_ip = true
ebs_optimized = true
},
{
name = "worker-group-3"