We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/project/starter-code/zone1/modules/eks/eks.tf /project/starter-code/zone2/modules/eks/eks.tf
resource "aws_eks_cluster" "cluster" { name = "${var.name}-cluster" version = "1.21" role_arn = aws_iam_role.eks_cluster_role.arn
Kubernetes 1.21 is EOL on AWS. This should be changed to 1.22 or newer.
1.22
The text was updated successfully, but these errors were encountered:
2 months later and they've still not updated this.
Sorry, something went wrong.
No branches or pull requests
/project/starter-code/zone1/modules/eks/eks.tf
/project/starter-code/zone2/modules/eks/eks.tf
resource "aws_eks_cluster" "cluster" { name = "${var.name}-cluster" version = "1.21" role_arn = aws_iam_role.eks_cluster_role.arn
Kubernetes 1.21 is EOL on AWS. This should be changed to
1.22
or newer.The text was updated successfully, but these errors were encountered: