We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37782d commit b1d287bCopy full SHA for b1d287b
examples/eks/eks_cluster_optional_readonly/variables.tf
@@ -12,7 +12,7 @@ variable "cluster_region" {
12
variable "cluster_version" {
13
type = string
14
description = "EKS cluster version."
15
- default = "1.33"
+ default = "1.32"
16
}
17
18
# Variables required for connecting EKS cluster to CAST AI
0 commit comments