mumoshu/terraform-provider-eksctl

Some fails and others issues found

Opened this issue · 0 comments

I have used eksctl for a long time and belong the opportunity to test Terraform with this provider I found the following things (version 0.17.0):

  • the resource eksctl_cluster_deployment is missing
  • I felt that eksctl managedNodeGroups is not in this scope. I´m asking for it because I always use managedNodeGroups in my real cases
  • after I added the 3rd managedNodeGroups in the list the Terraform command froze and only after 2 Ctrl+C (yes 2 because it not ends gracefully)

After I found them I decided to not use it to substitute the eksctl at this moment.

Does anybody found all or some of these issues?