Skip to content

Commit

Permalink
Update variables.tf (#255)
Browse files Browse the repository at this point in the history
version 1.24 is running out of support in a month
  • Loading branch information
jbih26 authored Dec 13, 2023
1 parent c1e6d91 commit a068d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/eks_cluster_autoscaler_policies/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 a068d2f

Please sign in to comment.