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_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| The availability zones of vswitches. |`list`| <pre>[<br/> "cn-shenzhen-c",<br/> "cn-shenzhen-e",<br/> "cn-shenzhen-f"<br/>]</pre> | no |
| <aname="input_k8s_name_prefix"></a> [k8s\_name\_prefix](#input\_k8s\_name\_prefix)| The name prefix used to create managed kubernetes cluster. |`string`|`"tf-ack-shenzhen"`| no |
32
+
| <aname="input_node_vswitch_cidrs"></a> [node\_vswitch\_cidrs](#input\_node\_vswitch\_cidrs)| List of cidr blocks used to create several new vswitches when 'node\_vswitch\_ids' is not specified. |`list(string)`| <pre>[<br/> "172.16.0.0/23",<br/> "172.16.2.0/23",<br/> "172.16.4.0/23"<br/>]</pre> | no |
33
+
| <aname="input_node_vswitch_ids"></a> [node\_vswitch\_ids](#input\_node\_vswitch\_ids)| List of existing node vswitch ids for terway. |`list(string)`|`[]`| no |
34
+
| <aname="input_password"></a> [password](#input\_password)| The password of ECS instance. |`string`|`"Test123456"`| no |
35
+
| <aname="input_region_id"></a> [region\_id](#input\_region\_id)| n/a |`string`|`"cn-shenzhen"`| no |
36
+
| <aname="input_terway_vswitch_cidrs"></a> [terway\_vswitch\_cidrs](#input\_terway\_vswitch\_cidrs)| List of cidr blocks used to create several new vswitches when 'terway\_vswitch\_ids' is not specified. |`list(string)`| <pre>[<br/> "172.16.208.0/20",<br/> "172.16.224.0/20",<br/> "172.16.240.0/20"<br/>]</pre> | no |
37
+
| <aname="input_terway_vswitch_ids"></a> [terway\_vswitch\_ids](#input\_terway\_vswitch\_ids)| List of existing pod vswitch ids for terway. |`list(string)`|`[]`| no |
38
+
| <aname="input_worker_instance_types"></a> [worker\_instance\_types](#input\_worker\_instance\_types)| The ecs instance types used to launch worker nodes. |`list`| <pre>[<br/> "ecs.g6.2xlarge",<br/> "ecs.g6.xlarge"<br/>]</pre> | no |
39
+
<!-- END_TF_DOCS -->
40
+
## Documentation
41
+
<!-- docs-link -->
42
+
43
+
The template is based on Aliyun document: [Create ACK managed cluster](http://help.aliyun.com/document_detail/197780.htm)
0 commit comments