Evgeny S.

Results 4 comments of Evgeny S.

> @andrezaycev I tried the above solution but it says "aws_eks_cluster.this[0]" is not defined in root module. use: ``` data "aws_eks_cluster" "eks" { name = module.aws_eks.cluster_id } data "aws_eks_cluster_auth" "eks"...