Skip to content

Commit 2bc64e6

Browse files
authored
fix(tdmq): [123456789] tencentcloud_tdmq_rabbitmq_vip_instance update doc (#3145)
* add * add * add
1 parent f494cd8 commit 2bc64e6

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.changelog/3145.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_tdmq_rabbitmq_vip_instance: update doc
3+
```

tencentcloud/services/trabbit/resource_tc_tdmq_rabbitmq_vip_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func ResourceTencentCloudTdmqRabbitmqVipInstance() *schema.Resource {
4949
"node_spec": {
5050
Optional: true,
5151
Type: schema.TypeString,
52-
Description: "Node specifications. Valid values: rabbit-vip-basic-1 (for 4C8G), rabbit-vip-basic-2 (for 8C16G), rabbit-vip-basic-3 (for 12C24G), rabbit-vip-basic-4 (for 16C32G), rabbit-vip-basic-5 (for 2C4G), rabbit-vip-basic-6 (for 4C12G), rabbit-vip-basic-7 (for 8C24G). The default is rabbit-vip-basic-1. NOTE: The above specifications may be sold out or removed from the shelves.",
52+
Description: "Node specifications. Valid values: rabbit-vip-basic-5 (for 2C4G), rabbit-vip-profession-2c8g (for 2C8G), rabbit-vip-basic-1 (for 4C8G), rabbit-vip-profession-4c16g (for 4C16G), rabbit-vip-basic-2 (for 8C16G), rabbit-vip-profession-8c32g (for 8C32G), rabbit-vip-basic-4 (for 16C32G), rabbit-vip-profession-16c64g (for 16C64G). The default is rabbit-vip-basic-1. NOTE: The above specifications may be sold out or removed from the shelves.",
5353
},
5454
"node_num": {
5555
Optional: true,

tencentcloud/services/trabbit/resource_tc_tdmq_rabbitmq_vip_instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Provides a resource to create a tdmq rabbitmq_vip_instance
1+
Provides a resource to create a TDMQ rabbitmq vip instance
22

33
Example Usage
44

@@ -39,7 +39,7 @@ resource "tencentcloud_tdmq_rabbitmq_vip_instance" "example" {
3939

4040
Import
4141

42-
tdmq rabbitmq_vip_instance can be imported using the id, e.g.
42+
TDMQ rabbitmq vip instance can be imported using the id, e.g.
4343

4444
```
4545
terraform import tencentcloud_tdmq_rabbitmq_vip_instance.example amqp-mok52gmn

website/docs/r/tdmq_rabbitmq_vip_instance.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ layout: "tencentcloud"
44
page_title: "TencentCloud: tencentcloud_tdmq_rabbitmq_vip_instance"
55
sidebar_current: "docs-tencentcloud-resource-tdmq_rabbitmq_vip_instance"
66
description: |-
7-
Provides a resource to create a tdmq rabbitmq_vip_instance
7+
Provides a resource to create a TDMQ rabbitmq vip instance
88
---
99

1010
# tencentcloud_tdmq_rabbitmq_vip_instance
1111

12-
Provides a resource to create a tdmq rabbitmq_vip_instance
12+
Provides a resource to create a TDMQ rabbitmq vip instance
1313

1414
## Example Usage
1515

@@ -59,7 +59,7 @@ The following arguments are supported:
5959
* `auto_renew_flag` - (Optional, Bool) Automatic renewal, the default is true.
6060
* `enable_create_default_ha_mirror_queue` - (Optional, Bool) Mirrored queue, the default is false.
6161
* `node_num` - (Optional, Int) The number of nodes, a minimum of 3 nodes for a multi-availability zone. If not passed, the default single availability zone is 1, and the multi-availability zone is 3.
62-
* `node_spec` - (Optional, String) Node specifications. Valid values: rabbit-vip-basic-1 (for 4C8G), rabbit-vip-basic-2 (for 8C16G), rabbit-vip-basic-3 (for 12C24G), rabbit-vip-basic-4 (for 16C32G), rabbit-vip-basic-5 (for 2C4G), rabbit-vip-basic-6 (for 4C12G), rabbit-vip-basic-7 (for 8C24G). The default is rabbit-vip-basic-1. NOTE: The above specifications may be sold out or removed from the shelves.
62+
* `node_spec` - (Optional, String) Node specifications. Valid values: rabbit-vip-basic-5 (for 2C4G), rabbit-vip-profession-2c8g (for 2C8G), rabbit-vip-basic-1 (for 4C8G), rabbit-vip-profession-4c16g (for 4C16G), rabbit-vip-basic-2 (for 8C16G), rabbit-vip-profession-8c32g (for 8C32G), rabbit-vip-basic-4 (for 16C32G), rabbit-vip-profession-16c64g (for 16C64G). The default is rabbit-vip-basic-1. NOTE: The above specifications may be sold out or removed from the shelves.
6363
* `storage_size` - (Optional, Int) Single node storage specification, the default is 200G.
6464
* `time_span` - (Optional, Int) Purchase duration, the default is 1 (month).
6565

@@ -73,7 +73,7 @@ In addition to all arguments above, the following attributes are exported:
7373

7474
## Import
7575

76-
tdmq rabbitmq_vip_instance can be imported using the id, e.g.
76+
TDMQ rabbitmq vip instance can be imported using the id, e.g.
7777

7878
```
7979
terraform import tencentcloud_tdmq_rabbitmq_vip_instance.example amqp-mok52gmn

0 commit comments

Comments
 (0)