Skip to content

Commit fb5ec0e

Browse files
committed
docs(cynosdb): update readonly instance field description
1 parent a8a2245 commit fb5ec0e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.changelog/4319.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_cynosdb_readonly_instance: update instance_name field description
3+
```

tencentcloud/services/cynosdb/resource_tc_cynosdb_readonly_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func ResourceTencentCloudCynosdbReadonlyInstance() *schema.Resource {
2828
Type: schema.TypeString,
2929
Required: true,
3030
ForceNew: true,
31-
Description: "Name of instance.",
31+
Description: "Instance name.",
3232
},
3333
"force_delete": {
3434
Type: schema.TypeBool,

website/docs/r/cynosdb_readonly_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "tencentcloud_cynosdb_readonly_instance" "foo" {
4040
The following arguments are supported:
4141

4242
* `cluster_id` - (Required, String, ForceNew) Cluster ID which the readonly instance belongs to.
43-
* `instance_name` - (Required, String, ForceNew) Name of instance.
43+
* `instance_name` - (Required, String, ForceNew) Instance name.
4444
* `force_delete` - (Optional, Bool) Indicate whether to delete readonly instance directly or not. Default is false. If set true, instance will be deleted instead of staying recycle bin. Note: works for both `PREPAID` and `POSTPAID_BY_HOUR` cluster.
4545
* `instance_cpu_core` - (Optional, Int) The number of CPU cores of read-write type instance in the CynosDB cluster. Required while creating normal cluster. Note: modification of this field will take effect immediately, if want to upgrade on maintenance window, please upgrade from console.
4646
* `instance_maintain_duration` - (Optional, Int) Duration time for maintenance, unit in second. `3600` by default.

0 commit comments

Comments
 (0)