Skip to content

Commit

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

build(deps): bump terraform-aws-modules/eks/aws from 19.18.0 to 19.20.0 in /aws
  • Loading branch information
commjoen authored Dec 5, 2023
2 parents ce6f7a6 + b752bce commit e40e2d5
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.18.0"
version = "19.20.0"

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

0 comments on commit e40e2d5

Please sign in to comment.