From b14c467b9213196aeb37d836c7d2e11fad715735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:32:57 +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.26.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.26.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..4f7233ac95a 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.26.0" cluster_name = local.environment_configuration.eks_cluster_name cluster_version = local.environment_configuration.eks_versions.cluster