From eff5ab53812d553d83203e49d05fe392e9bf3fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:53:55 +0000 Subject: [PATCH] build(deps): bump terraform-aws-modules/eks/aws from 20.8.4 to 20.34.0 Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 20.8.4 to 20.34.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/v20.8.4...v20.34.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/eks/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- autoscaler.tf | 2 +- main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoscaler.tf b/autoscaler.tf index 69b8cfb..6187510 100644 --- a/autoscaler.tf +++ b/autoscaler.tf @@ -1,6 +1,6 @@ module "node_autoscaler_required_aws_resources" { source = "terraform-aws-modules/eks/aws//modules/karpenter" - version = "20.8.4" + version = "20.34.0" create = var.cluster_autoscaler_create access_entry_type = "EC2_LINUX" ami_id_ssm_parameter_arns = [] diff --git a/main.tf b/main.tf index 72a275e..74af774 100644 --- a/main.tf +++ b/main.tf @@ -34,7 +34,7 @@ locals { module "kubernetes" { source = "terraform-aws-modules/eks/aws" - version = "20.8.4" + version = "20.34.0" create = try(coalesce(var.cluster_enabled, true), true) tags = try(merge(coalesce(var.tags, {}), {