Skip to content

Commit 2edb24b

Browse files
authored
chore: bump eks version to support 1.20 (#49)
1 parent 2e413a5 commit 2edb24b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data "aws_eks_cluster_auth" "cluster" {
99

1010
module "eks" {
1111
source = "terraform-aws-modules/eks/aws"
12-
version = "14.0.0"
12+
version = "16.1.0"
1313

1414
cluster_name = var.cluster_name
1515
cluster_version = var.cluster_version

0 commit comments

Comments
 (0)