Skip to content

Commit 94b0247

Browse files
author
hellertang
authored
add vendor and fix doc (#724)
1 parent fa755d4 commit 94b0247

File tree

8 files changed

+536
-7
lines changed

8 files changed

+536
-7
lines changed

tencentcloud/data_source_tc_availability_zones_by_product.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
22
Use this data source to get the available zones in current region.
3-
* Must set product param to fetch the product infomations(e.g. => cvm, vpc)
4-
* By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified.
3+
Must set product param to fetch the product infomations(e.g. => cvm, vpc)
4+
By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified.
5+
56
Example Usage
67
78
```hcl

tencentcloud/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Resources List
3434
3535
Provider Data Sources
3636
tencentcloud_availability_regions
37-
tencentcloud_availability_zones
3837
tencentcloud_availability_zones_by_product
38+
tencentcloud_availability_zones
3939
4040
Anti-DDoS(Dayu)
4141
Data Source

vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/api/LICENSE

Lines changed: 201 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/api/v20201106/client.go

Lines changed: 103 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/api/v20201106/errors.go

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)