Ashish Jullia
Ashish Jullia
Hey guys, same issue here, been struggling with this for the past 3-4 days. I'm using the following: ``` set { name = "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn" value = module.load_balancer_controller_irsa_role.iam_role_arn type = "string"...
@tyu0912 There was a typo on my side which was hard to figure out but I can understand the following thing, maybe it will help you or others in future...
Did you guys ever find a solution which can be a workaround for this and doesn't require having duplicates of same files one in your already existing folder/directory and one...
@bryantbiggs Please check the following code. eks-cluster.tf ``` module "eks" { source = "terraform-aws-modules/eks/aws" # eks module version version = "18.21.0" cluster_name = var.eks_cluster_name # kubernetes version to use for...
### What are you trying to do -> With `eks-cluster.tf` and assumable/assumed role is created with which an eks cluster is created, say "role1" has the following -> [permissions](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/58285f37d1dfaacbf99055ed87f1be19cc39f5ad/modules/eks-managed-node-group/main.tf#L446) when...
Adding to above, I'm unsure about one thing, there are two roles being created, one with the "main eks module block { }" and one more role in the nested...
@fadulalla Thanks for recognizing this as an issue + I was able to solve this as well, thanks for sharing^.
Hi, @kaykhancheckpoint how did you actually deploy and enabled the "load balancer controller"?
> it's not working for me > Terraform v1.0.2 > on darwin_amd64 > + provider registry.terraform.io/cloudposse/utils v1.5.0 > + provider registry.terraform.io/hashicorp/aws v4.38.0 > + provider registry.terraform.io/hashicorp/helm v2.7.1 > + provider...
So for the same setup, one repo was able to expand the github team for the list of users and was able to create an issue tagging them but this...