I would like to create an AWS EKS Fargate cluster with Terraform, but in the provider I only see the possibility to create a Fargate profile. Therefore I need to manage the node groups, which is something that I don't want to do. In the end, I would like the same behaviour of this eksctl command:
eksctl create cluster --name my-cluster --version 1.14 --fargate