From 6a0fa65a5ec21bc298d9e3b0971ddf8b4acb1eca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:39:50 -0700 Subject: [PATCH] chore(deps): update all dependencies (#157) Signed-off-by: Zack A <24322023+zack-is-cool@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: narwhal-bot[bot] <143537761+narwhal-bot[bot]@users.noreply.github.com> Co-authored-by: Zack A <24322023+zack-is-cool@users.noreply.github.com> --- README.md | 2 +- main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d245a6b..9de8af2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To view examples for how you can leverage this EKS Module, please see the [examp | Name | Source | Version | |------|--------|---------| -| [aws\_eks](#module\_aws\_eks) | git::https://github.com/terraform-aws-modules/terraform-aws-eks.git | v20.13.1 | +| [aws\_eks](#module\_aws\_eks) | git::https://github.com/terraform-aws-modules/terraform-aws-eks.git | v20.14.0 | | [ebs\_csi\_driver\_irsa](#module\_ebs\_csi\_driver\_irsa) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~> 5.20 | | [efs](#module\_efs) | terraform-aws-modules/efs/aws | ~> 1.0 | | [efs\_csi\_driver\_irsa](#module\_efs\_csi\_driver\_irsa) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~> 5.20 | diff --git a/main.tf b/main.tf index cce4189..20429b3 100644 --- a/main.tf +++ b/main.tf @@ -100,7 +100,7 @@ locals { } module "aws_eks" { - source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks.git?ref=v20.13.1" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks.git?ref=v20.14.0" cluster_name = local.cluster_name cluster_version = var.cluster_version