Skip to content

Commit 2624b82

Browse files
committed
fix/tdmq_vh
1 parent 8085924 commit 2624b82

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tencentcloud/services/trabbit/resource_tc_tdmq_rabbitmq_user.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,12 @@ func ResourceTencentCloudTdmqRabbitmqUser() *schema.Resource {
5454
Description: "User tag, used to determine the permission range for changing user access to RabbitMQ Management. Management: regular console user, monitoring: management console user, other values: non console user.",
5555
},
5656
"max_connections": {
57-
Optional: true,
58-
//Computed: true,
57+
Optional: true,
5958
Type: schema.TypeInt,
6059
Description: "The maximum number of connections for this user, if not filled in, there is no limit.",
6160
},
6261
"max_channels": {
63-
Optional: true,
64-
//Computed: true,
62+
Optional: true,
6563
Type: schema.TypeInt,
6664
Description: "The maximum number of channels for this user, if not filled in, there is no limit.",
6765
},

0 commit comments

Comments
 (0)