Skip to content

Commit 1825392

Browse files
authored
add deprecated notice in doc. (#1773)
1 parent 2b8dd6b commit 1825392

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tencentcloud/data_source_tc_availability_zones.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
Use this data source to get the available zones in current region. By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified.
33
4+
~> **NOTE:** It has been deprecated and replaced by tencentcloud_availability_zones_by_product.
5+
46
Example Usage
57
68
```hcl

website/docs/d/availability_zones.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: |-
1111

1212
Use this data source to get the available zones in current region. By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified.
1313

14+
~> **NOTE:** It has been deprecated and replaced by tencentcloud_availability_zones_by_product.
15+
1416
## Example Usage
1517

1618
```hcl

0 commit comments

Comments
 (0)