From 2dad9213b1f9b6c70a49672171169059edf85312 Mon Sep 17 00:00:00 2001 From: Momchil Minkov Date: Tue, 23 Jan 2024 20:31:56 +0200 Subject: [PATCH] Upgrade EKS cluster to the latest version --- _locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locals.tf b/_locals.tf index fb286a3..9734241 100644 --- a/_locals.tf +++ b/_locals.tf @@ -11,7 +11,7 @@ locals { locals { cluster_name = "gbcluster" - cluster_version = "1.27" + cluster_version = "1.28" # eks_oidc_issuer_url = replace(data.aws_eks_cluster.eks_cluster.identity[0].oidc[0].issuer, "https://", "") # eks_oidc_provider_arn = "arn:${local.partition}:iam::${local.account_id}:oidc-provider/${local.eks_oidc_issuer_url}" } \ No newline at end of file