Skip to content

Commit 0300072

Browse files
committed
fix drift mongodb
1 parent d73b86c commit 0300072

File tree

2 files changed

+1033
-1089
lines changed

2 files changed

+1033
-1089
lines changed

internal/services/mongodb/instance_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,13 @@ func TestAccMongoDBInstance_UpdatePrivateNetwork(t *testing.T) {
329329
Config: `
330330
resource scaleway_vpc_private_network pn01 {
331331
name = "my_private_network"
332+
tags = [ "pn01" ]
332333
region = "fr-par"
333334
}
334335
335336
resource scaleway_vpc_private_network pn02 {
336337
name = "update_private_network"
338+
tags = [ "pn02" ]
337339
region = "fr-par"
338340
}
339341
`,
@@ -346,11 +348,13 @@ func TestAccMongoDBInstance_UpdatePrivateNetwork(t *testing.T) {
346348
Config: `
347349
resource scaleway_vpc_private_network pn01 {
348350
name = "my_private_network"
351+
tags = [ "pn01" ]
349352
region = "fr-par"
350353
}
351354
352355
resource scaleway_vpc_private_network pn02 {
353356
name = "update_private_network"
357+
tags = [ "pn02" ]
354358
region = "fr-par"
355359
}
356360
@@ -380,11 +384,13 @@ func TestAccMongoDBInstance_UpdatePrivateNetwork(t *testing.T) {
380384
Config: `
381385
resource scaleway_vpc_private_network pn01 {
382386
name = "my_private_network"
387+
tags = [ "pn01" ]
383388
region = "fr-par"
384389
}
385390
386391
resource scaleway_vpc_private_network pn02 {
387392
name = "update_private_network"
393+
tags = [ "pn02" ]
388394
region = "fr-par"
389395
}
390396
@@ -414,11 +420,13 @@ func TestAccMongoDBInstance_UpdatePrivateNetwork(t *testing.T) {
414420
Config: `
415421
resource scaleway_vpc_private_network pn01 {
416422
name = "my_private_network"
423+
tags = [ "pn01" ]
417424
region = "fr-par"
418425
}
419426
420427
resource scaleway_vpc_private_network pn02 {
421428
name = "update_private_network"
429+
tags = [ "pn02" ]
422430
region = "fr-par"
423431
}
424432

0 commit comments

Comments
 (0)