Skip to content

Commit

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

build(deps): bump terraform-aws-modules/eks/aws from 20.22.0 to 20.24.0 in /aws
  • Loading branch information
commjoen authored Sep 13, 2024
2 parents ab8dbfc + c086659 commit dca3a7a
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 = "20.22.0"
version = "20.24.0"

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

0 comments on commit dca3a7a

Please sign in to comment.