From 76a20c3c5ab2e160f59f26966c3cf476211d0d78 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:01:40 +0000 Subject: [PATCH] Update Terraform github.com/terraform-aws-modules/terraform-aws-eks to v21 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- terraform/aws/modules/cluster/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/modules/cluster/main.tf b/terraform/aws/modules/cluster/main.tf index 369d06455c2..f47935be6cf 100644 --- a/terraform/aws/modules/cluster/main.tf +++ b/terraform/aws/modules/cluster/main.tf @@ -18,7 +18,7 @@ locals { } module "eks" { - source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks?ref=v18.2.0" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks?ref=v21.24.0" cluster_name = local.name cluster_version = local.cluster_version