Skip to content

Commit ddf359c

Browse files
authored
Bump kubernetes version to 1.32 (#74)
1 parent d22fd4d commit ddf359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/resources/eks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module "eks" {
4848
version = "19.19.0"
4949

5050
cluster_name = local.cluster_name
51-
cluster_version = "1.31"
51+
cluster_version = "1.32"
5252

5353
vpc_id = module.vpc.vpc_id
5454
subnet_ids = module.vpc.private_subnets

0 commit comments

Comments
 (0)