Commit 398489fd authored by Chris Merrett's avatar Chris Merrett

Update data.tf

parent bc5669dd
Pipeline #5369 passed with stage
in 16 seconds
......@@ -21,7 +21,7 @@ data "aws_iam_policy_document" "masters" {
data "aws_ami" "eks_worker" {
filter {
name = "name"
values = ["eks-worker-*"]
values = ["amazon-eks-node-*"]
}
most_recent = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment