Open md850git opened 2 months ago
This is likely not an issue with the Kubernetes provider. I suspect it's either a permissions issue in your IAM configuration or something in the AWS provider's EKS auth datasource.
Does data.aws_eks_cluster_auth.eks.token
produce any value at all? You can assign that to an output to check.
I’ve ended up having to install aws cli and jq on the container and then run aws sts assume role and then outputting the credentials to env vars and now it works.
Awesome. Glad to hear that.
Do you need anything further assistance with this issue? Or are we good to close it?
Good to close thanks
So the actual issue was I had the aws eks auth in the submodule which didn’t work so had to move it to parent and pass values to module
Terraform version, Kubernetes provider version and Kubernetes version
Terraform configuration
Question