From f8b7f2b89a035a723f5d0b9af85e15f48df6dd3f Mon Sep 17 00:00:00 2001 From: "isovalent-renovate[bot]" <141654053+isovalent-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:33:30 +0000 Subject: [PATCH 1/2] chore(deps): update terraform terraform-aws-modules/eks/aws to ~> 21.15.0 --- eks.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eks.tf b/eks.tf index 58705d5..b5be6c7 100644 --- a/eks.tf +++ b/eks.tf @@ -96,7 +96,7 @@ data "aws_subnets" "public" { // EKS cluster. module "main" { source = "terraform-aws-modules/eks/aws" - version = "~> 21.3.1" + version = "~> 21.15.0" addons = var.cluster_addons != null ? { for k, v in var.cluster_addons : k => v if k != "coredns" } : null // The set of addons to enable on the EKS cluster, excluding coredns which is managed separately. enable_cluster_creator_admin_permissions = true // Give access to person/bot running terraform access to the cluster From 442917ebb9e591a7bceb3ce527b7ebe1ce6ea926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Feb 2026 10:34:14 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2351b82..1a3c689 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ An opinionated Terraform module that can be used to create and manage an EKS clu | [iam\_assumable\_role\_log\_shipping](#module\_iam\_assumable\_role\_log\_shipping) | terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc | 5.4.0 | | [iam\_assumable\_role\_phlare](#module\_iam\_assumable\_role\_phlare) | terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc | 5.4.0 | | [iam\_assumable\_role\_velero](#module\_iam\_assumable\_role\_velero) | terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc | 5.9.2 | -| [main](#module\_main) | terraform-aws-modules/eks/aws | ~> 21.3.1 | +| [main](#module\_main) | terraform-aws-modules/eks/aws | ~> 21.15.0 | ## Resources