mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 18:31:09 +01:00
feat: Add support for specifying elastic inference accelerator (#1176)
This commit is contained in:
@@ -60,5 +60,12 @@ module "eks" {
|
||||
asg_desired_capacity = 1
|
||||
public_ip = true
|
||||
},
|
||||
{
|
||||
name = "worker-group-3"
|
||||
instance_type = "t2.large"
|
||||
asg_desired_capacity = 1
|
||||
public_ip = true
|
||||
elastic_inference_accelerator = "eia2.medium"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user