We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc006a commit d37782dCopy full SHA for d37782d
examples/eks/eks_cluster_live_migration/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_url" {
0 commit comments