Skip to content

Commit

Permalink
Update variables.tf (#261)
Browse files Browse the repository at this point in the history
changing eks versions
  • Loading branch information
jbih26 authored Dec 19, 2023
1 parent 82f94fb commit 97b055d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/eks/eks_cluster_optional_readonly/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"
}

# Variables required for connecting EKS cluster to CAST AI
Expand Down Expand Up @@ -43,4 +43,4 @@ variable "readonly" {
type = bool
description = "Controls if cluster is connected to CAST AI in 'read-only' mode ir in 'Full Access' mode"
default = true
}
}

0 comments on commit 97b055d

Please sign in to comment.