Skip to content

Commit

Permalink
Updating aws eks module version
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 committed Oct 7, 2021
1 parent b24dcc0 commit 09bf9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-modules/aws/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "aws_kms_key" "eks" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "15.1.0"
version = "17.20.0"
cluster_name = var.cluster_name
cluster_version = var.cluster_version
enable_irsa = var.enable_irsa
Expand Down

0 comments on commit 09bf9c2

Please sign in to comment.