Skip to content

Commit

Permalink
ami fix (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
sijo5722-2021 authored Nov 10, 2024
1 parent c12c44b commit c2b20be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/eks/infra.tf
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ data "aws_ami" "eks_default" {

filter {
name = "name"
values = ["amazon-eks-node-${var.kubernetes_version}-v*"]
values = ["amazon-eks-node-${var.kubernetes_version}-v20241106"] # putting exact name for avoiding accidental ami change - until the long term fix
}
}

Expand Down

0 comments on commit c2b20be

Please sign in to comment.