Skip to content

Commit 7bb8496

Browse files
authored
fix(vpc): [137271829] tencentcloud_vpc_acl update doc (#3297)
* add * add
1 parent 5f1f8e1 commit 7bb8496

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/3297.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_vpc_acl: update doc
3+
```

tencentcloud/services/vpc/resource_tc_vpc_acl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Import
2727
Vpc ACL can be imported, e.g.
2828

2929
```
30-
$ terraform import tencentcloud_vpc_acl.default acl-id
30+
$ terraform import tencentcloud_vpc_acl.example acl-mijp2oyu
3131
```

website/docs/r/vpc_acl.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ In addition to all arguments above, the following attributes are exported:
5656
Vpc ACL can be imported, e.g.
5757

5858
```
59-
$ terraform import tencentcloud_vpc_acl.default acl-id
59+
$ terraform import tencentcloud_vpc_acl.example acl-mijp2oyu
6060
```
6161

0 commit comments

Comments
 (0)