Skip to content

Commit

Permalink
Update variables.tf (#256)
Browse files Browse the repository at this point in the history
changing eks versions
  • Loading branch information
jbih26 authored Dec 19, 2023
1 parent 48f8e6e commit a3e9137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/eks_cluster_assumerole/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "cluster_name" {
variable "cluster_version" {
type = string
description = "EKS cluster name version."
default = "1.24"
default = "1.27"
}

variable "cluster_region" {
Expand Down

0 comments on commit a3e9137

Please sign in to comment.