I am using module "eks"
1 successfully to create an EKS cluster in AWS.
Setting enable_cluster_creator_admin_permissions = true
adds the role that I am using to execute the tf plan to “IAM access entries” automatically with the “AmazonEKSClusterAdminPolicy”. I am ok with that, but additionally I would like to add more roles with different EKS Access Policies.
I couldn’t find where/how to do that.
Here is a screenshot of what I am trying to achieve (I added two manually):
1 https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest
1