mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
234 stars 44 forks source link

feat: `eksctl_nodegroup` #34

Closed mumoshu closed 3 years ago

mumoshu commented 3 years ago

In contrast to nodegroups embedded in eksctl_cluster spec, eksctl_nodegroup resources allows you to add/remove additional nodegroups to/from eksctl_cluster without calling many EKS APIs, which helps large scale deployment.