Skip to content

Commit b407d96

Browse files
committed
feat(tcr): doc
1 parent ffffcc1 commit b407d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/tcr/resource_tc_tcr_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func ResourceTencentCloudTcrInstance() *schema.Resource {
100100
"region_name": {
101101
Type: schema.TypeString,
102102
Optional: true,
103-
Description: "Copy instance region name.",
103+
Description: "Replication region name.",
104104
},
105105
"syn_tag": {
106106
Type: schema.TypeBool,

website/docs/r/tcr_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following arguments are supported:
9898
The `replications` object supports the following:
9999

100100
* `region_id` - (Optional, Int) Replication region ID, check the example at the top of page to find out id of region.
101-
* `region_name` - (Optional, String) Copy instance region name.
101+
* `region_name` - (Optional, String) Replication region name.
102102
* `syn_tag` - (Optional, Bool) Specify whether to sync TCR cloud tags to COS Bucket. NOTE: You have to specify when adding, modifying will be ignored for now.
103103

104104
The `security_policy` object supports the following:

0 commit comments

Comments
 (0)