Hello!
There is a problem in the current module while using terraform-aws-modules/eks/aws in the eks.tf section.
In order to be able to properly connect to the cluster (which is needed to create/manage the aws_auth_configmap) a kubernetes provider is needed to be set.
I fixed it by adding in my provider.tf the following:
Hello! There is a problem in the current module while using
terraform-aws-modules/eks/aws
in theeks.tf
section. In order to be able to properly connect to the cluster (which is needed to create/manage the aws_auth_configmap) a kubernetes provider is needed to be set. I fixed it by adding in myprovider.tf
the following:This can (and I think should) be added inside the module itself. Or at least in the required section in the documentation