Skip to content

Commit 5329647

Browse files
authored
Adding version 1.9
1 parent c82ce0a commit 5329647

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.18"
528+
default = "1.19"
529529
}
530530

531531
variable "eks_ami_version" {

0 commit comments

Comments
 (0)