Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMI eks-worker-* query returned no results #3

Open
MukarramAli1729 opened this issue Apr 14, 2019 · 0 comments
Open

AMI eks-worker-* query returned no results #3

MukarramAli1729 opened this issue Apr 14, 2019 · 0 comments

Comments

@MukarramAli1729
Copy link

MukarramAli1729 commented Apr 14, 2019

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.

Using amazon-eks-* fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant