From 554986111e4deb63cea622957463c51c4b542c24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:42:23 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/eks/aws to v20 --- deploy/modules/aws/tidb-operator/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/modules/aws/tidb-operator/main.tf b/deploy/modules/aws/tidb-operator/main.tf index e9256441ae3..3d1c1fa93b0 100644 --- a/deploy/modules/aws/tidb-operator/main.tf +++ b/deploy/modules/aws/tidb-operator/main.tf @@ -5,7 +5,7 @@ provider "aws" { module "eks" { source = "terraform-aws-modules/eks/aws" - version = "5.1.0" + version = "20.31.4" cluster_name = var.eks_name cluster_version = var.eks_version vpc_id = var.vpc_id