We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5ecfd commit 39b9d4bCopy full SHA for 39b9d4b
examples/eks/eks_cluster_with_security/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
variable "castai_api_token" {
0 commit comments