Fábio Gomes dos Santos

Results 2 comments of Fábio Gomes dos Santos

same problem here! ``` ▶ cat eks.tf module "eks" { source = "terraform-aws-modules/eks/aws" version = "~> 18.26" cluster_name = "ir-k8s-dev" cluster_version = "1.22" cluster_endpoint_private_access = true cluster_endpoint_public_access = false vpc_id...

I solved this on my environment. Basically are iam permissions. If you use iam.* will work as well I will try to test each role, one by one to set...