Skip to content

Commit c95d64a

Browse files
committed
solution: update README
1 parent 6fae1c3 commit c95d64a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

solution/tech-solution/develop-your-wechat-mini-program-in-10-minutes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

solution/tech-solution/improve-app-availability/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

solution/tech-solution/pai-eas/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 -->

0 commit comments

Comments
 (0)