Skip to content

Commit 4a145b2

Browse files
committed
fix drift mongodb
1 parent f2a1264 commit 4a145b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

internal/services/mongodb/instance_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,14 @@ func TestAccMongoDBInstance_UpdatePrivateNetwork(t *testing.T) {
346346
347347
resource scaleway_vpc_private_network pn01 {
348348
name = "my_private_network"
349+
tags = [ "pn01" ]
349350
region = "fr-par"
350351
vpc_id = scaleway_vpc.main.id
351352
}
352353
353354
resource scaleway_vpc_private_network pn02 {
354355
name = "update_private_network"
356+
tags = [ "pn02" ]
355357
region = "fr-par"
356358
vpc_id = scaleway_vpc.main.id
357359
}
@@ -370,12 +372,14 @@ func TestAccMongoDBInstance_UpdatePrivateNetwork(t *testing.T) {
370372
371373
resource scaleway_vpc_private_network pn01 {
372374
name = "my_private_network"
375+
tags = [ "pn01" ]
373376
region = "fr-par"
374377
vpc_id = scaleway_vpc.main.id
375378
}
376379
377380
resource scaleway_vpc_private_network pn02 {
378381
name = "update_private_network"
382+
tags = [ "pn02" ]
379383
region = "fr-par"
380384
vpc_id = scaleway_vpc.main.id
381385
}
@@ -411,12 +415,14 @@ func TestAccMongoDBInstance_UpdatePrivateNetwork(t *testing.T) {
411415
412416
resource scaleway_vpc_private_network pn01 {
413417
name = "my_private_network"
418+
tags = [ "pn01" ]
414419
region = "fr-par"
415420
vpc_id = scaleway_vpc.main.id
416421
}
417422
418423
resource scaleway_vpc_private_network pn02 {
419424
name = "update_private_network"
425+
tags = [ "pn02" ]
420426
region = "fr-par"
421427
vpc_id = scaleway_vpc.main.id
422428
}
@@ -452,12 +458,14 @@ func TestAccMongoDBInstance_UpdatePrivateNetwork(t *testing.T) {
452458
453459
resource scaleway_vpc_private_network pn01 {
454460
name = "my_private_network"
461+
tags = [ "pn01" ]
455462
region = "fr-par"
456463
vpc_id = scaleway_vpc.main.id
457464
}
458465
459466
resource scaleway_vpc_private_network pn02 {
460467
name = "update_private_network"
468+
tags = [ "pn02" ]
461469
region = "fr-par"
462470
vpc_id = scaleway_vpc.main.id
463471
}

0 commit comments

Comments
 (0)