From bed36ddd6c6ba4dfbd015186ebd1357144a255c8 Mon Sep 17 00:00:00 2001 From: jbih26 <147204193+jbih26@users.noreply.github.com> Date: Wed, 13 Dec 2023 09:29:53 -0500 Subject: [PATCH] Update variables.tf support for current 1.24 version is going out of support in a month --- examples/eks/eks_cluster_custom_iam/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/eks/eks_cluster_custom_iam/variables.tf b/examples/eks/eks_cluster_custom_iam/variables.tf index e13a47f1..b3a0ddd4 100644 --- a/examples/eks/eks_cluster_custom_iam/variables.tf +++ b/examples/eks/eks_cluster_custom_iam/variables.tf @@ -12,7 +12,7 @@ variable "cluster_region" { variable "cluster_version" { type = string description = "EKS cluster version." - default = "1.24" + default = "1.27" } variable "castai_api_url" {