Skip to content

Commit 047b2a0

Browse files
authored
Merge pull request #223 from OWASP/dependabot/terraform/aws/terraform-aws-modules/eks/aws-19.12.0
build(deps): bump terraform-aws-modules/eks/aws from 19.10.0 to 19.12.0 in /aws
2 parents 2305ee1 + afd38fb commit 047b2a0

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

aws/.terraform.lock.hcl

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "19.10.0"
65+
version = "19.12.0"
6666

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

0 commit comments

Comments
 (0)