mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 01:19:05 +01:00
feat: Enable ebs_optimized setting for node_groups (#1459)
This commit is contained in:
@@ -59,6 +59,7 @@ module "eks" {
|
||||
instance_type = "t3.medium"
|
||||
asg_desired_capacity = 1
|
||||
public_ip = true
|
||||
ebs_optimized = true
|
||||
},
|
||||
{
|
||||
name = "worker-group-3"
|
||||
|
||||
Reference in New Issue
Block a user