Skip to content

Commit d04f6fd

Browse files
author
hellertang
authored
modify doc (#992)
1 parent 810bcd4 commit d04f6fd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.70.3 (April 22, 2022)
2+
3+
FEATURES:
4+
5+
* resource `tencentcloud_ckafka_instance` remove validate check
6+
* resource `tencentcloud_tcr_vpc_attachment` modify doc
7+
18
## 1.70.2 (April 21, 2022)
29

310
FEATURES:

tencentcloud/resource_tc_tcr_vpc_attachment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Import
1616
tcr vpc attachment can be imported using the id, e.g.
1717
1818
```
19-
$ terraform import tencentcloud_tcr_vpc_attachment.foo cls-cda1iex1#vpcAccess
19+
$ terraform import tencentcloud_tcr_vpc_attachment.foo tcrId#vpcId#subnetId
2020
```
2121
*/
2222
package tencentcloud

website/docs/r/tcr_vpc_attachment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ In addition to all arguments above, the following attributes are exported:
4747
tcr vpc attachment can be imported using the id, e.g.
4848

4949
```
50-
$ terraform import tencentcloud_tcr_vpc_attachment.foo cls-cda1iex1#vpcAccess
50+
$ terraform import tencentcloud_tcr_vpc_attachment.foo tcrId#vpcId#subnetId
5151
```
5252

0 commit comments

Comments
 (0)