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
| <aname="input_ack_version"></a> [ack\_version](#input\_ack\_version)| Desired Kubernetes version. |`string`|`"1.31.1-aliyun.1"`| no |
27
+
| <aname="input_cluster_spec"></a> [cluster\_spec](#input\_cluster\_spec)| The cluster specifications of kubernetes cluster,which can be empty. Valid values:ack.standard : Standard managed clusters; ack.pro.small : Professional managed clusters. |`string`|`"ack.pro.small"`| no |
28
+
| <aname="input_k8s_name_prefix"></a> [k8s\_name\_prefix](#input\_k8s\_name\_prefix)| The name prefix used to create ASK cluster. |`string`|`"ask-example"`| no |
29
+
| <aname="input_region_id"></a> [region\_id](#input\_region\_id)| n/a |`string`|`"cn-shenzhen"`| no |
30
+
<!-- END_TF_DOCS -->
31
+
## Documentation
32
+
<!-- docs-link -->
33
+
34
+
The template is based on Aliyun document: [Create ASK cluster](http://help.aliyun.com/document_detail/2391966.htm)
description="The cluster specifications of kubernetes cluster,which can be empty. Valid values:ack.standard : Standard managed clusters; ack.pro.small : Professional managed clusters."
13
+
default="ack.pro.small"
14
+
}
15
+
16
+
variable"k8s_name_prefix" {
17
+
description="The name prefix used to create ASK cluster."
0 commit comments