From 5fae85e387b6c8f2b10f327313f37a4cc9cdbd4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:33:24 +0000 Subject: [PATCH] Bump terraform-aws-modules/eks/aws Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 19.21.0 to 20.19.0. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-eks/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v19.21.0...v20.19.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/eks/aws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../environments/data-platform-apps-and-tools/eks-cluster.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/data-platform-apps-and-tools/eks-cluster.tf b/terraform/environments/data-platform-apps-and-tools/eks-cluster.tf index 220478a841c..84722378a87 100644 --- a/terraform/environments/data-platform-apps-and-tools/eks-cluster.tf +++ b/terraform/environments/data-platform-apps-and-tools/eks-cluster.tf @@ -5,7 +5,7 @@ module "eks" { #checkov:skip=CKV_TF_1:Module is from Terraform registry source = "terraform-aws-modules/eks/aws" - version = "19.21.0" + version = "20.19.0" cluster_name = local.environment_configuration.eks_cluster_name cluster_version = local.environment_configuration.eks_versions.cluster