Skip to content

Commit

Permalink
changed eks version in terraform after upgrading using command line
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 committed Dec 12, 2024
1 parent 5679792 commit 6ec8ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_eks_cluster" "this" {
name = var.prefix
version = "1.26"
version = "1.27"
role_arn = aws_iam_role.cluster.arn
enabled_cluster_log_types = ["api", "audit"]

Expand Down

0 comments on commit 6ec8ed4

Please sign in to comment.