Skip to content

Commit a4026ee

Browse files
committed
[modify description]
1. mod description
1 parent 4e9a6d6 commit a4026ee

4 files changed

+4
-4
lines changed

tencentcloud/extension_mongodb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func TencentMongodbBasicInfo() map[string]*schema.Schema {
153153
"tags": {
154154
Type: schema.TypeMap,
155155
Optional: true,
156-
Description: "The tags of the Mongodb. Value `project` is system reserved and can't be used.",
156+
Description: "The tags of the Mongodb. Key name `project` is system reserved and can't be used.",
157157
},
158158
// payment
159159
"charge_type": {

website/docs/r/mongodb_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following arguments are supported:
4545
* `project_id` - (Optional) ID of the project which the instance belongs.
4646
* `security_groups` - (Optional, ForceNew) ID of the security group. NOTE: for instance which `engine_version` is `MONGO_40_WT`, `security_groups` is not supported.
4747
* `subnet_id` - (Optional, ForceNew) ID of the subnet within this VPC. The value is required if `vpc_id` is set.
48-
* `tags` - (Optional) The tags of the Mongodb. Value `project` is system reserved and can't be used.
48+
* `tags` - (Optional) The tags of the Mongodb. Key name `project` is system reserved and can't be used.
4949
* `vpc_id` - (Optional, ForceNew) ID of the VPC.
5050

5151
## Attributes Reference

website/docs/r/mongodb_sharding_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following arguments are supported:
4949
* `project_id` - (Optional) ID of the project which the instance belongs.
5050
* `security_groups` - (Optional, ForceNew) ID of the security group. NOTE: for instance which `engine_version` is `MONGO_40_WT`, `security_groups` is not supported.
5151
* `subnet_id` - (Optional, ForceNew) ID of the subnet within this VPC. The value is required if `vpc_id` is set.
52-
* `tags` - (Optional) The tags of the Mongodb. Value `project` is system reserved and can't be used.
52+
* `tags` - (Optional) The tags of the Mongodb. Key name `project` is system reserved and can't be used.
5353
* `vpc_id` - (Optional, ForceNew) ID of the VPC.
5454

5555
## Attributes Reference

website/docs/r/mongodb_standby_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following arguments are supported:
7272
* `project_id` - (Optional) ID of the project which the instance belongs.
7373
* `security_groups` - (Optional, ForceNew) ID of the security group. NOTE: for instance which `engine_version` is `MONGO_40_WT`, `security_groups` is not supported.
7474
* `subnet_id` - (Optional, ForceNew) ID of the subnet within this VPC. The value is required if `vpc_id` is set.
75-
* `tags` - (Optional) The tags of the Mongodb. Value `project` is system reserved and can't be used.
75+
* `tags` - (Optional) The tags of the Mongodb. Key name `project` is system reserved and can't be used.
7676
* `vpc_id` - (Optional, ForceNew) ID of the VPC.
7777

7878
## Attributes Reference

0 commit comments

Comments
 (0)