Skip to content

Commit

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

build(deps): bump terraform-aws-modules/eks/aws from 20.20.0 to 20.24.0 in /aws
  • Loading branch information
commjoen authored Sep 13, 2024
2 parents e91a50d + 65a4f04 commit d60336e
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 @@ -65,7 +65,7 @@ module "vpc" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.20.0"
version = "20.24.0"

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

0 comments on commit d60336e

Please sign in to comment.