Skip to content

Commit

Permalink
upgrade eks module to 18.30.2 in search of fix for aws-ia#1161
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Black committed Nov 16, 2022
1 parent ce960d8 commit 7b40c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Expand Up @@ -20,7 +20,7 @@ module "kms" {

module "aws_eks" {
source = "terraform-aws-modules/eks/aws"
version = "v18.29.1"
version = "v18.30.2"

create = var.create_eks

Expand Down

0 comments on commit 7b40c4b

Please sign in to comment.