Skip to content

Commit

Permalink
Update testing example to 1.30 EKS version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Jun 25, 2024
1 parent 3d29344 commit 1971975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/testing/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "cluster_name" {
variable "cluster_version" {
description = "The Kubernetes version number to use for this EKS cluster. See https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html"
type = string
default = "1.27"
default = "1.30"
}

variable "vpc_name" {
Expand Down

0 comments on commit 1971975

Please sign in to comment.