Skip to content

Commit 1a8e189

Browse files
committed
update
1 parent cc64cd7 commit 1a8e189

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tencentcloud/resource_tc_trocket_rocketmq_consumer_group.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,14 @@ func resourceTencentCloudTrocketRocketmqConsumerGroup() *schema.Resource {
6262
"instance_id": {
6363
Required: true,
6464
Type: schema.TypeString,
65+
ForceNew: true,
6566
Description: "Instance ID.",
6667
},
6768

6869
"consumer_group": {
6970
Required: true,
7071
Type: schema.TypeString,
72+
ForceNew: true,
7173
Description: "Name of consumer group.",
7274
},
7375

website/docs/r/trocket_rocketmq_consumer_group.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ The following arguments are supported:
4343

4444
* `consume_enable` - (Required, Bool) Whether to enable consumption.
4545
* `consume_message_orderly` - (Required, Bool) `true`: Sequential delivery, `false`: Concurrent delivery.
46-
* `consumer_group` - (Required, String) Name of consumer group.
47-
* `instance_id` - (Required, String) Instance ID.
46+
* `consumer_group` - (Required, String, ForceNew) Name of consumer group.
47+
* `instance_id` - (Required, String, ForceNew) Instance ID.
4848
* `max_retry_times` - (Required, Int) Max retry times.
4949
* `remark` - (Optional, String) remark.
5050

0 commit comments

Comments
 (0)