You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,12 @@ variable "memory_size" {
77
77
default=2
78
78
}
79
79
80
+
variable"kubernetes_version" {
81
+
description="Desired Kubernetes version"
82
+
type=string
83
+
default=""
84
+
}
85
+
80
86
variable"worker_instance_types" {
81
87
description="The ecs instance type used to launch worker nodes. If not set, data source `alicloud_instance_types` will return one based on `cpu_core_count` and `memory_size`."
0 commit comments