Skip to content

Commit

Permalink
Merge pull request #303 from ministryofjustice/ND-627
Browse files Browse the repository at this point in the history
changed eks version in terraform after upgrading using command line
  • Loading branch information
laurentb4 authored Dec 16, 2024
2 parents 5679792 + 6ec8ed4 commit c20c482
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 c20c482

Please sign in to comment.