Skip to content

Commit 59814b8

Browse files
committed
feat: lift the eks version block to 1.33
1 parent 46932ef commit 59814b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ variable "cluster_version" {
1212
default = "1.31"
1313

1414
validation {
15-
condition = try(tonumber(var.cluster_version) < 1.32, false)
16-
error_message = "EKS Cluster Version 1.32 is not supported by this module. Please use a version less than 1.32"
15+
condition = try(tonumber(var.cluster_version) < 1.33, false)
16+
error_message = "EKS Cluster Version 1.33 is not supported by this module. Please use a version less than 1.33"
1717
}
1818
}
1919

0 commit comments

Comments
 (0)