Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/eks/aws to v20.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent d29c319 commit 00d92a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#tfsec:ignore:aws-ec2-no-public-egress-sgr
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 00d92a9

Please sign in to comment.