diff --git a/.changelog/3297.txt b/.changelog/3297.txt new file mode 100644 index 0000000000..6bfd1ef5de --- /dev/null +++ b/.changelog/3297.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +resource/tencentcloud_vpc_acl: update doc +``` \ No newline at end of file diff --git a/tencentcloud/services/vpc/resource_tc_vpc_acl.md b/tencentcloud/services/vpc/resource_tc_vpc_acl.md index 09b046bf7b..093492edc2 100644 --- a/tencentcloud/services/vpc/resource_tc_vpc_acl.md +++ b/tencentcloud/services/vpc/resource_tc_vpc_acl.md @@ -27,5 +27,5 @@ Import Vpc ACL can be imported, e.g. ``` -$ terraform import tencentcloud_vpc_acl.default acl-id +$ terraform import tencentcloud_vpc_acl.example acl-mijp2oyu ``` \ No newline at end of file diff --git a/website/docs/r/vpc_acl.html.markdown b/website/docs/r/vpc_acl.html.markdown index 2aa38780e5..8230730c7f 100644 --- a/website/docs/r/vpc_acl.html.markdown +++ b/website/docs/r/vpc_acl.html.markdown @@ -56,6 +56,6 @@ In addition to all arguments above, the following attributes are exported: Vpc ACL can be imported, e.g. ``` -$ terraform import tencentcloud_vpc_acl.default acl-id +$ terraform import tencentcloud_vpc_acl.example acl-mijp2oyu ```