From c56403af41f156ef4c02113136a2bd76496d2a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:21:56 +0000 Subject: [PATCH] build(deps): bump terraform-aws-modules/eks/aws from 20.34.0 to 21.8.0 Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 20.34.0 to 21.8.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.34.0...v21.8.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/eks/aws dependency-version: 21.8.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 72fddd6..417d278 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.34.0" + version = "21.8.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 ef6f965..f770384 100644 --- a/main.tf +++ b/main.tf @@ -34,7 +34,7 @@ locals { module "kubernetes" { source = "terraform-aws-modules/eks/aws" - version = "20.37.2" + version = "21.8.0" create = try(coalesce(var.cluster_enabled, true), true) tags = try(merge(coalesce(var.tags, {}), {