Skip to content

Commit f4d1357

Browse files
authored
fix(tdmq): [121036630] tencentcloud_tdmq_rabbitmq_vip_instance update doc (#2995)
* add * add * add
1 parent de2c3e8 commit f4d1357

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/2995.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, basic type rabbit-vip-basic-1, standard type rabbit-vip-basic-2, high-level type 1 rabbit-vip-basic-3, high-level type 2 rabbit-vip-basic-4. If not passed, the default is the basic type.",
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.",
5353
},
5454
"node_num": {
5555
Optional: true,

website/docs/r/tdmq_rabbitmq_vip_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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, basic type rabbit-vip-basic-1, standard type rabbit-vip-basic-2, high-level type 1 rabbit-vip-basic-3, high-level type 2 rabbit-vip-basic-4. If not passed, the default is the basic type.
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.
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

0 commit comments

Comments
 (0)