Skip to content

Commit f180567

Browse files
author
mikatong
committed
update testcase
1 parent 3961984 commit f180567

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tencentcloud/services/mongodb/resource_tc_mongodb_sharding_instance_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,6 @@ resource "tencentcloud_mongodb_sharding_instance" "mongodb" {
304304
mongos_cpu = 1
305305
mongos_memory = 2
306306
mongos_node_num = 3
307-
tags = {
308-
test = "test"
309-
}
310307
vpc_id = tencentcloud_vpc.vpc.id
311308
subnet_id = tencentcloud_subnet.subnet.id
312309
}
@@ -340,9 +337,6 @@ resource "tencentcloud_mongodb_sharding_instance" "mongodb" {
340337
mongos_cpu = 2
341338
mongos_memory = 4
342339
mongos_node_num = 3
343-
tags = {
344-
test = "test"
345-
}
346340
vpc_id = tencentcloud_vpc.vpc.id
347341
subnet_id = tencentcloud_subnet.subnet.id
348342
}

0 commit comments

Comments
 (0)