Skip to content

Commit c82ce0a

Browse files
authored
Adding version 1.8
1 parent 6ccabff commit c82ce0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/eks-cluster.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ resource "aws_iam_openid_connect_provider" "eks_cluster" {
525525

526526
variable "cluster_version" {
527527
description = "The version of k8s at which to install the cluster"
528-
default = "1.17"
528+
default = "1.18"
529529
}
530530

531531
variable "eks_ami_version" {

0 commit comments

Comments
 (0)