Skip to content

Commit

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

build(deps): bump terraform-aws-modules/eks/aws from 20.5.0 to 20.8.4 in /aws
  • Loading branch information
commjoen authored Apr 6, 2024
2 parents 8023805 + 5d432a0 commit c337fa9
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.5.0"
version = "20.8.4"

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

0 comments on commit c337fa9

Please sign in to comment.