Skip to content

Commit

Permalink
Merge pull request #782 from OWASP/dependabot/terraform/aws/terraform…
Browse files Browse the repository at this point in the history
…-aws-modules/eks/aws-19.13.1

build(deps): bump terraform-aws-modules/eks/aws from 19.12.0 to 19.13.1 in /aws
  • Loading branch information
commjoen authored Apr 26, 2023
2 parents e20a607 + 303150d commit 0d07031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module "vpc" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "19.12.0"
version = "19.13.1"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down

0 comments on commit 0d07031

Please sign in to comment.