File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tencentcloud/services/mongodb Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func TestAccTencentCloudMongodbInstanceParamsResource_basic(t *testing.T) {
3838
3939const testAccMongodbInstanceParams = `
4040resource "tencentcloud_mongodb_instance_params" "mongodb_instance_params" {
41- instance_id = "cmgo-kisd0kzx "
41+ instance_id = "cmgo-c6k2v891 "
4242 instance_params {
4343 key = "cmgo.crossZoneLoadBalancing"
4444 value = "on"
@@ -48,7 +48,7 @@ resource "tencentcloud_mongodb_instance_params" "mongodb_instance_params" {
4848
4949const testAccMongodbInstanceParamsUpdate = `
5050resource "tencentcloud_mongodb_instance_params" "mongodb_instance_params" {
51- instance_id = "cmgo-kisd0kzx "
51+ instance_id = "cmgo-c6k2v891 "
5252 instance_params {
5353 key = "cmgo.crossZoneLoadBalancing"
5454 value = "off"
You can’t perform that action at this time.
0 commit comments