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_account.current](https://registry.terraform.io/providers/hashicorp/alicloud/latest/docs/data-sources/account)| data source |
177
+
|[alicloud_cen_transit_router_route_tables.this](https://registry.terraform.io/providers/hashicorp/alicloud/latest/docs/data-sources/cen_transit_router_route_tables)| data source |
178
+
|[alicloud_regions.this](https://registry.terraform.io/providers/hashicorp/alicloud/latest/docs/data-sources/regions)| data source |
173
179
174
180
## Inputs
175
181
@@ -182,8 +188,11 @@ module "bj" {
182
188
| <aname="input_create_cen_transit_router"></a> [create\_cen\_transit\_router](#input\_create\_cen\_transit\_router)| Whether to create transit router. If false, you can specify an existing transit router by setting 'cen\_transit\_router\_id'. Default to 'true' |`bool`|`true`| no |
183
189
| <aname="input_create_vbr_resources"></a> [create\_vbr\_resources](#input\_create\_vbr\_resources)| Whether to create vbr resources. Default to 'true' |`bool`|`true`| no |
184
190
| <aname="input_create_vpc_resources"></a> [create\_vpc\_resources](#input\_create\_vpc\_resources)| Whether to create vpc resources. Default to 'true' |`bool`|`true`| no |
| <aname="input_enable_ecr"></a> [enable\_ecr](#input\_enable\_ecr)| Whether to enable ECR between TR and VBRs. Default to 'false'. |`bool`|`false`| no |
193
+
| <aname="input_exsiting_ecr_id"></a> [exsiting\_ecr\_id](#input\_exsiting\_ecr\_id)| Specify an existing ecr id. If not set, a new ecr will be created. If set, the attribute 'alibaba\_side\_asn' of ecr\_config must be set, too. |`string`|`null`| no |
185
194
| <aname="input_tr_config"></a> [tr\_config](#input\_tr\_config)| The parameters of transit router. | <pre>object({<br> transit_router_name = optional(string, null)<br> transit_router_description = optional(string, null)<br> support_multicast = optional(string, null)<br> tags = optional(map(string), {})<br> })</pre> |`{}`| no |
| <aname="output_cen_transit_router_id"></a> [cen\_transit\_router\_id](#output\_cen\_transit\_router\_id)| The id of CEN transit router. |
201
210
| <aname="output_cen_transit_router_support_multicast"></a> [cen\_transit\_router\_support\_multicast](#output\_cen\_transit\_router\_support\_multicast)| The status of CEN transit router. |
202
211
| <aname="output_cen_transit_router_type"></a> [cen\_transit\_router\_type](#output\_cen\_transit\_router\_type)| The type of CEN transit router. |
212
+
| <aname="output_express_connect_router_id"></a> [express\_connect\_router\_id](#output\_express\_connect\_router\_id)| The id of Express Connect Router. |
203
213
| <aname="output_health_check_id"></a> [health\_check\_id](#output\_health\_check\_id)| The id of health check. |
214
+
| <aname="output_tr_ecr_attachment_id"></a> [tr\_ecr\_attachment\_id](#output\_tr\_ecr\_attachment\_id)| The attachment id between TR and ECR. |
204
215
| <aname="output_tr_vbr_attachment_id"></a> [tr\_vbr\_attachment\_id](#output\_tr\_vbr\_attachment\_id)| The id of attachment bewteen TR and VBR. |
205
216
| <aname="output_tr_vbr_attachment_status"></a> [tr\_vbr\_attachment\_status](#output\_tr\_vbr\_attachment\_status)| The status of attachment bewteen TR and VBR. |
206
217
| <aname="output_tr_vbr_route_table_association_id"></a> [tr\_vbr\_route\_table\_association\_id](#output\_tr\_vbr\_route\_table\_association\_id)| The id of route table association bewteen TR and VBR. |
0 commit comments