Skip to content

Commit 1e5d1aa

Browse files
authored
Merge pull request #146 from OWASP/dependabot/terraform/aws/terraform-aws-modules/eks/aws-19.4.2
Bump terraform-aws-modules/eks/aws from 18.31.2 to 19.4.2 in /aws
2 parents 0477779 + 69616d5 commit 1e5d1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module "vpc" {
6262

6363
module "eks" {
6464
source = "terraform-aws-modules/eks/aws"
65-
version = "18.31.2"
65+
version = "19.4.2"
6666

6767
cluster_name = var.cluster_name
6868
cluster_version = var.cluster_version

0 commit comments

Comments
 (0)