Open MukarramAli1729 opened 5 years ago
After cloning the repo, the first thing I fall into this.
data "aws_ami" "eks-worker" { filter { name = "name" values = ["eks-worker-*"] } most_recent = true owners = ["602401143452"] # Amazon }
It seems aws is following different convention.
aws
Using amazon-eks-* fixed the issue.
amazon-eks-*
After cloning the repo, the first thing I fall into this.
It seems
aws
is following different convention.Using
amazon-eks-*
fixed the issue.