File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
develop-your-wechat-mini-program-in-10-minutes Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ This example demonstrates the implementation of the solution [Develop your weCha
1313
1414| Name | Version |
1515| ------| ---------|
16- | <a name =" provider_alicloud " ></a > [ alicloud] ( #provider\_ alicloud ) | 1.253.0 |
17- | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | 3.7.2 |
16+ | <a name =" provider_alicloud " ></a > [ alicloud] ( #provider\_ alicloud ) | n/a |
17+ | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | n/a |
1818
1919## Modules
2020
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This example is used to implement solution [Auto Scaling and Stable Delivery](ht
1414| ------| ---------|
1515| <a name =" provider_alicloud " ></a > [ alicloud] ( #provider\_ alicloud ) | n/a |
1616| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | n/a |
17+ | <a name =" provider_time " ></a > [ time] ( #provider\_ time ) | n/a |
1718
1819## Modules
1920
@@ -42,6 +43,7 @@ No modules.
4243| [ alicloud_vswitch.ecs_vswitch_1] ( https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/resources/vswitch ) | resource |
4344| [ alicloud_vswitch.ecs_vswitch_2] ( https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/resources/vswitch ) | resource |
4445| [ random_integer.default] ( https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/integer ) | resource |
46+ | [ time_static.example] ( https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/static ) | resource |
4547| [ alicloud_alb_zones.default] ( https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/data-sources/alb_zones ) | data source |
4648| [ alicloud_images.instance_image] ( https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/data-sources/images ) | data source |
4749| [ alicloud_instance_types.default] ( https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/data-sources/instance_types ) | data source |
Original file line number Diff line number Diff line change @@ -46,5 +46,6 @@ No modules.
4646| Name | Description | Type | Default | Required |
4747| ------| -------------| ------| ---------| :--------:|
4848| <a name =" input_instance_type " ></a > [ instance\_ type] ( #input\_ instance\_ type ) | PAI-EAS实例规格 | ` string ` | ` "ecs.gn6i-c16g1.4xlarge" ` | no |
49+ | <a name =" input_region " ></a > [ region] ( #input\_ region ) | 地域,由于在新加坡地域开通弹性公网 IP 服务后,访问 Civitai 和Github 的网速高效稳定,此处选择新加坡 | ` string ` | ` "ap-southeast-1" ` | no |
4950| <a name =" input_zone_id " ></a > [ zone\_ id] ( #input\_ zone\_ id ) | 可用区ID | ` string ` | ` "ap-southeast-1c" ` | no |
5051<!-- END_TF_DOCS -->
You can’t perform that action at this time.
0 commit comments