Skip to content

Commit f8e13d1

Browse files
authored
correct tags in rr tests (#2412)
1 parent 228ca67 commit f8e13d1

6 files changed

+2313
-2148
lines changed

scaleway/resource_rdb_read_replica_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func TestAccScalewayRdbReadReplica_PrivateNetwork(t *testing.T) {
7676
disable_backup = true
7777
user_name = "my_initial_user"
7878
password = "thiZ_is_v&ry_s3cret"
79-
tags = [ "terraform-test", "scaleway_rdb_read_replica", "minimal" ]
79+
tags = [ "terraform-test", "scaleway_rdb_read_replica", "private-network" ]
8080
}
8181
8282
resource "scaleway_vpc_private_network" "pn" {}
@@ -124,7 +124,7 @@ func TestAccScalewayRdbReadReplica_Update(t *testing.T) {
124124
disable_backup = true
125125
user_name = "my_initial_user"
126126
password = "thiZ_is_v&ry_s3cret"
127-
tags = [ "terraform-test", "scaleway_rdb_read_replica", "minimal" ]
127+
tags = [ "terraform-test", "scaleway_rdb_read_replica", "update" ]
128128
}
129129
130130
resource "scaleway_rdb_read_replica" "replica" {
@@ -149,7 +149,7 @@ func TestAccScalewayRdbReadReplica_Update(t *testing.T) {
149149
disable_backup = true
150150
user_name = "my_initial_user"
151151
password = "thiZ_is_v&ry_s3cret"
152-
tags = [ "terraform-test", "scaleway_rdb_read_replica", "minimal" ]
152+
tags = [ "terraform-test", "scaleway_rdb_read_replica", "update" ]
153153
}
154154
155155
resource "scaleway_vpc_private_network" "pn" {}
@@ -181,7 +181,7 @@ func TestAccScalewayRdbReadReplica_Update(t *testing.T) {
181181
disable_backup = true
182182
user_name = "my_initial_user"
183183
password = "thiZ_is_v&ry_s3cret"
184-
tags = [ "terraform-test", "scaleway_rdb_read_replica", "minimal" ]
184+
tags = [ "terraform-test", "scaleway_rdb_read_replica", "update" ]
185185
}
186186
187187
resource "scaleway_vpc_private_network" "pn" {}
@@ -216,7 +216,7 @@ func TestAccScalewayRdbReadReplica_Update(t *testing.T) {
216216
disable_backup = true
217217
user_name = "my_initial_user"
218218
password = "thiZ_is_v&ry_s3cret"
219-
tags = [ "terraform-test", "scaleway_rdb_read_replica", "minimal" ]
219+
tags = [ "terraform-test", "scaleway_rdb_read_replica", "update" ]
220220
}
221221
222222
resource "scaleway_vpc_private_network" "pn" {}
@@ -252,7 +252,7 @@ func TestAccScalewayRdbReadReplica_Update(t *testing.T) {
252252
disable_backup = true
253253
user_name = "my_initial_user"
254254
password = "thiZ_is_v&ry_s3cret"
255-
tags = [ "terraform-test", "scaleway_rdb_read_replica", "minimal" ]
255+
tags = [ "terraform-test", "scaleway_rdb_read_replica", "update" ]
256256
}
257257
258258
resource "scaleway_vpc_private_network" "pn" {}
@@ -288,7 +288,7 @@ func TestAccScalewayRdbReadReplica_Update(t *testing.T) {
288288
disable_backup = true
289289
user_name = "my_initial_user"
290290
password = "thiZ_is_v&ry_s3cret"
291-
tags = [ "terraform-test", "scaleway_rdb_read_replica", "minimal" ]
291+
tags = [ "terraform-test", "scaleway_rdb_read_replica", "update" ]
292292
}
293293
294294
resource "scaleway_vpc_private_network" "pn" {}
@@ -341,7 +341,7 @@ func TestAccScalewayRdbReadReplica_MultipleEndpoints(t *testing.T) {
341341
disable_backup = true
342342
user_name = "my_initial_user"
343343
password = "thiZ_is_v&ry_s3cret"
344-
tags = [ "terraform-test", "scaleway_rdb_read_replica", "minimal" ]
344+
tags = [ "terraform-test", "scaleway_rdb_read_replica", "multiple-endpoints" ]
345345
}
346346
347347
resource "scaleway_vpc_private_network" "pn" {}

0 commit comments

Comments
 (0)