Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
support for current 1.24 version is going out of support in a month
  • Loading branch information
jbih26 authored Dec 13, 2023
1 parent c1e6d91 commit bed36dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/eks_cluster_custom_iam/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit bed36dd

Please sign in to comment.