From b212a0e615d4a73a1d7923edf2b2cd9ad9f11b72 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:09:42 +0000 Subject: [PATCH] chore(deps): update terraform github.com/terraform-aws-modules/terraform-aws-eks to v20 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..670ec363f75 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=v20.30.1" cluster_name = local.name cluster_version = local.cluster_version