Skip to content

Commit e04d736

Browse files
authored
chore: Bump to EKS 1.28 (#248)
Bump to EKS 1.28
1 parent dee3dcb commit e04d736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/eks-cluster-with-vpc/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ variable "managed_node_min_size" {
2626
variable "eks_version" {
2727
type = string
2828
description = "EKS Cluster version"
29-
default = "1.25"
29+
default = "1.28"
3030
}

0 commit comments

Comments
 (0)