Skip to content

Commit

Permalink
chore: upgrade eks cluster version to latest 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Dec 28, 2024
1 parent 19ece3d commit 929d78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.31.6"
cluster_name = var.stack_name
cluster_version = "1.30"
cluster_version = "1.31"
create = var.stack_create
# TODO: resume usage of node security group; see: https://linear.app/pelotech/issue/PEL-97
create_node_security_group = false
Expand Down

0 comments on commit 929d78c

Please sign in to comment.