From 4e49ad1023505956fd58d597265d388b01e9ca6f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:08:54 +0000 Subject: [PATCH] chore(deps): update terraform github.com/terraform-aws-modules/terraform-aws-eks to v18.31.2 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..85472e76bab 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=v18.31.2" cluster_name = local.name cluster_version = local.cluster_version