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
|[alicloud_enhanced_nat_available_zones.enhanced](https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/data-sources/enhanced_nat_available_zones)| data source |
21
+
|[alicloud_instance_types.default](https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/data-sources/instance_types)| data source |
22
+
|[alicloud_resource_manager_resource_groups.default](https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/data-sources/resource_manager_resource_groups)| data source |
23
+
24
+
## Inputs
25
+
26
+
| Name | Description | Type | Default | Required |
| <aname="input_name"></a> [name](#input\_name)| 定义资源的名称或标签。 |`string`|`"tf-example"`| no |
30
+
| <aname="input_region_id"></a> [region\_id](#input\_region\_id)| n/a |`string`|`"cn-hangzhou"`| no |
31
+
| <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\_cidrs' is not specified. |`list(string)`| <pre>[<br/> "10.4.0.0/16",<br/> "10.5.0.0/16",<br/> "10.6.0.0/16"<br/>]</pre> | no |
32
+
| <aname="input_terway_vswitch_ids"></a> [terway\_vswitch\_ids](#input\_terway\_vswitch\_ids)| List of existing vswitch ids for terway. |`list(string)`|`[]`| no |
33
+
| <aname="input_vpc_cidr"></a> [vpc\_cidr](#input\_vpc\_cidr)| The cidr block used to launch a new vpc when 'vpc\_id' is not specified. |`string`|`"10.0.0.0/8"`| no |
34
+
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| Existing vpc id used to create several vswitches and other resources. |`string`|`""`| no |
35
+
| <aname="input_vswitch_cidrs"></a> [vswitch\_cidrs](#input\_vswitch\_cidrs)| List of cidr blocks used to create several new vswitches when 'vswitch\_ids' is not specified. |`list(string)`| <pre>[<br/> "10.1.0.0/16",<br/> "10.2.0.0/16",<br/> "10.3.0.0/16"<br/>]</pre> | no |
36
+
| <aname="input_vswitch_ids"></a> [vswitch\_ids](#input\_vswitch\_ids)| List of existing vswitch id. |`list(string)`|`[]`| no |
37
+
<!-- END_TF_DOCS -->
38
+
39
+
## Documentation
40
+
<!-- docs-link -->
41
+
42
+
The template is based on Aliyun document: [Create ACK proprietary cluster](http://help.aliyun.com/document_detail/2674339.htm)
0 commit comments