diff --git a/variables.tf b/variables.tf index ac12f4ef..9b46469a 100644 --- a/variables.tf +++ b/variables.tf @@ -9,12 +9,7 @@ variable "cluster_name" { variable "cluster_version" { description = "EKS Cluster Version" type = string - default = "1.30" - - validation { - condition = try(tonumber(var.cluster_version) < 1.31, false) - error_message = "EKS Cluster Version 1.31 is not supported by this module. Please use a version less than 1.31" - } + default = "1.31" } variable "cluster_enabled_log_types" {